Skip to content

Commit

Permalink
chore(release): 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.4.0](v3.3.0...v3.4.0) (2022-08-14)

### Features

* **cli:** ✨ allow issues hint to be customized w/ `issuesHint` option ([989d839](989d839)), closes [#337](#337)
  • Loading branch information
semantic-release-bot committed Aug 14, 2022
1 parent 989d839 commit e0406a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.4.0](https://github.com/jimmy-guzman/gitzy/compare/v3.3.0...v3.4.0) (2022-08-14)


### Features

* **cli:** ✨ allow issues hint to be customized w/ `issuesHint` option ([989d839](https://github.com/jimmy-guzman/gitzy/commit/989d839d32ddec0915e7c9c6d5aca7a2ba22f170)), closes [#337](https://github.com/jimmy-guzman/gitzy/issues/337)

# [3.3.0](https://github.com/jimmy-guzman/gitzy/compare/v3.2.0...v3.3.0) (2022-07-24)


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": "3.3.0",
"version": "3.4.0",
"author": "jimmy-guzman @jimmy-guzman",
"main": "dist/index.js",
"repository": "jimmy-guzman/gitzy",
Expand Down

0 comments on commit e0406a9

Please sign in to comment.