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.0.5...v2.0.0) (2020-06-21)

### Bug Fixes

* **validation:** change header max length to 72 ([c98d52d](c98d52d))

### Build System

* change minimum supported Node version ([d392e42](d392e42))

### Features

* **flow:** add new flow step ([4249677](4249677)), closes [#11](#11)

### BREAKING CHANGES

* change minimum supported version of Node to v10
  • Loading branch information
esg-bot committed Jun 21, 2020
1 parent 2caa626 commit 270d2c0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [2.0.0](https://github.com/EndemolShineGroup/cz-github/compare/v1.0.5...v2.0.0) (2020-06-21)


### Bug Fixes

* **validation:** change header max length to 72 ([c98d52d](https://github.com/EndemolShineGroup/cz-github/commit/c98d52d))


### Build System

* change minimum supported Node version ([d392e42](https://github.com/EndemolShineGroup/cz-github/commit/d392e42))


### Features

* **flow:** add new flow step ([4249677](https://github.com/EndemolShineGroup/cz-github/commit/4249677)), closes [#11](https://github.com/EndemolShineGroup/cz-github/issues/11)


### BREAKING CHANGES

* change minimum supported version of Node to v10

## [1.0.5](https://github.com/EndemolShineGroup/cz-github/compare/v1.0.4...v1.0.5) (2018-11-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@endemolshinegroup/cz-github",
"description": "A Commitizen adapter for GitHub",
"version": "1.0.5",
"version": "2.0.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 270d2c0

Please sign in to comment.