Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.6.0...v2.0.0) (2020-08-28)

### Features

* use Node 10.x and update deps ([4340a1c](4340a1c))

### BREAKING CHANGES

* - appendBranchNameToCommitMessage renamed to appendIssueFromBranchName
- requires Node 10.x
  • Loading branch information
semantic-release-bot committed Aug 28, 2020
1 parent 4340a1c commit 58f2d46
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

0 comments on commit 58f2d46

Please sign in to comment.