Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BCSAlleko committed Jul 18, 2019
1 parent 7402368 commit dca24ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
19 changes: 3 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,56 +7,43 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.1.7] - 2019-07-18
### Fixed

- Upgrade mocha library to fix vulnerabilities

## [0.1.6] - 2018-11-01

### Fixed

- Upgrade keep-a-changelog library to fix [#11]

## [0.1.5] - 2018-09-03

### Fixed

- Use functions from keep-a-changelog instead the Semver library directly to avoid library versioning issues

## [0.1.4] - 2018-08-26

### Fixed

- Allow different git URL types in package repository url field to follow the [package.json standard](https://docs.npmjs.com/files/package.json#repository)

## [0.1.3] - 2018-08-25

### Fixed

- Fixed chalk import in `kacl.js`

## [0.1.2] - 2018-08-24

### Added

- Added section on usage with [gh-release](https://github.com/hypermodules/gh-release) to README
- Added requirements section in README

## [0.1.1] - 2018-08-24

### Changed

- Updated README and documentation

## 0.1.0 - 2018-08-24

### Added

- Initial tooling for changelog linting and automated releases

[#11]: https://github.com/brightcove/kacl/issues/11

[Unreleased]: https://github.com/brightcove/kacl/compare/v0.1.6...HEAD
[Unreleased]: https://github.com/brightcove/kacl/compare/v0.1.7...HEAD
[0.1.7]: https://github.com/brightcove/kacl/compare/v0.1.6...v0.1.7
[0.1.6]: https://github.com/brightcove/kacl/compare/v0.1.5...v0.1.6
[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
Expand Down
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.6",
"version": "0.1.7",
"description": "Keep a Changelog tooling for automating changelog releases",
"keywords": [
"changelog",
Expand Down

0 comments on commit dca24ed

Please sign in to comment.