From 76bebb7602e960c600811bd7dc184befe47df6da Mon Sep 17 00:00:00 2001 From: tjaneczko Date: Mon, 3 Sep 2018 16:45:57 -0400 Subject: [PATCH] 0.1.5 --- CHANGELOG.md | 5 ++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c94ed9..e469372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.1.5] - 2018-09-03 + ### Fixed - Use functions from keep-a-changelog instead the Semver library directly to avoid library versioning issues @@ -42,7 +44,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial tooling for changelog linting and automated releases -[Unreleased]: https://github.com/brightcove/kacl/compare/v0.1.4...HEAD +[Unreleased]: https://github.com/brightcove/kacl/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/brightcove/kacl/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/brightcove/kacl/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/brightcove/kacl/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/brightcove/kacl/compare/v0.1.1...v0.1.2 diff --git a/package-lock.json b/package-lock.json index bc83415..1218b17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@brightcove/kacl", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0e5bc02..874405c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@brightcove/kacl", - "version": "0.1.4", + "version": "0.1.5", "description": "Keep a Changelog tooling for automating changelog releases", "keywords": [ "changelog",