Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjaneczko committed Aug 24, 2018
1 parent fc97f67 commit b9f6e58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b9f6e58

Please sign in to comment.