From 22045fa76e572991457440b253b64f84e8975c48 Mon Sep 17 00:00:00 2001 From: Ted Janeczko Date: Fri, 24 Aug 2018 21:13:39 -0400 Subject: [PATCH] 0.1.3 --- 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 321e653..365d17e 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.3] - 2018-08-25 + ### Fixed - Fixed chalk import in `kacl.js` @@ -30,6 +32,7 @@ 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.2...HEAD +[Unreleased]: https://github.com/brightcove/kacl/compare/v0.1.3...HEAD +[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 [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 ef1f4c5..664f796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@brightcove/kacl", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d8f07cd..8d7941a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@brightcove/kacl", - "version": "0.1.2", + "version": "0.1.3", "description": "Keep a Changelog tooling for automating changelog releases", "main": "src/index.js", "bin": {