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.4.0...v2.0.0) (2021-09-17)

### chore

* **deps:** 🤖 remove node 10 support ([8e2d743](8e2d743))

### BREAKING CHANGES

* **deps:** 💥 minimum node version is 12
  • Loading branch information
semantic-release-bot committed Sep 17, 2021
1 parent 8bd3e3c commit 374e6da
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/jimmy-guzman/gitzy/compare/v1.4.0...v2.0.0) (2021-09-17)


### chore

* **deps:** 🤖 remove node 10 support ([8e2d743](https://github.com/jimmy-guzman/gitzy/commit/8e2d7433db39acf1cf504e95b929e9f806e766f2))


### BREAKING CHANGES

* **deps:** 💥 minimum node version is 12

# [1.4.0](https://github.com/jimmy-guzman/gitzy/compare/v1.3.3...v1.4.0) (2021-05-06)


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": "gitzy",
"description": "interactive conventional commits cli",
"version": "1.4.0",
"version": "2.0.0",
"author": "jimmy-guzman @jimmy-guzman",
"main": "dist/index.js",
"repository": "jimmy-guzman/gitzy",
Expand Down

0 comments on commit 374e6da

Please sign in to comment.