diff --git a/CHANGELOG.md b/CHANGELOG.md index 36d841a..012c069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.3.0](https://github.com/tophat/commit-watch/compare/commit-watch@0.2.1...commit-watch@0.3.0) "commit-watch" (2022-02-10) + +### Features + +* upgrade conventional changelog config used internally ([94197aa](https://github.com/tophat/commit-watch/commits/94197aa)) + + ## [0.2.1](https://github.com/tophat/commit-watch/compare/v0.2.0...v0.2.1) (2021-08-25) diff --git a/package.json b/package.json index 5858184..eed6e82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commit-watch", - "version": "0.2.1", + "version": "0.3.0", "description": "commit message status check for continuous integration", "main": "index.js", "repository": "git@github.com:tophat/commit-watch.git",