diff --git a/CHANGELOG.md b/CHANGELOG.md index 495d47a..0be87e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.0.0](https://github.com/uglow/cz-customizable-ghooks/compare/v1.6.0...v2.0.0) (2020-08-28) + + +### Features + +* use Node 10.x and update deps ([4340a1c](https://github.com/uglow/cz-customizable-ghooks/commit/4340a1ccee20b1e5e0a046c5d96f479d4d39e65f)) + + +### BREAKING CHANGES + +* - appendBranchNameToCommitMessage renamed to appendIssueFromBranchName +- requires Node 10.x + # [1.6.0](https://github.com/uglow/cz-customizable-ghooks/compare/v1.5.0...v1.6.0) (2020-08-28) diff --git a/package.json b/package.json index 9688aa8..64b3687 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-customizable-ghooks", - "version": "1.6.0", + "version": "2.0.0", "description": "Integrate [cz-customizable](https://github.com/leoforfree/cz-customizable) config with [ghooks](https://github.com/gtramontina/ghooks) or [husky](https://github.com/typicode/husky) to use a single configuration for commit message generation AND commit message validation.", "keywords": [ "cz-customizable",