diff --git a/CHANGELOG.md b/CHANGELOG.md index a2702c2..fc09ec9 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.2] - 2018-08-24 + ### Added - Added section on usage with [gh-release](https://github.com/hypermodules/gh-release) to README @@ -24,5 +26,6 @@ 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.1...HEAD +[Unreleased]: https://github.com/brightcove/kacl/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/brightcove/kacl/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/brightcove/kacl/compare/v0.1.0...v0.1.1 diff --git a/package-lock.json b/package-lock.json index 15eb2da..ef1f4c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@brightcove/kacl", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d31314f..d8f07cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@brightcove/kacl", - "version": "0.1.1", + "version": "0.1.2", "description": "Keep a Changelog tooling for automating changelog releases", "main": "src/index.js", "bin": {