diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b8ba2b..ad8dfb6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.3.0](https://github.com/jimmy-guzman/gitzy/compare/v3.2.0...v3.3.0) (2022-07-24) + + +### Features + +* **deps:** ✨ bump `yaml` to v2 ([91d24e8](https://github.com/jimmy-guzman/gitzy/commit/91d24e86eed23cd7e20ff0ea7c246bb8e7e7438e)) + # [3.2.0](https://github.com/jimmy-guzman/gitzy/compare/v3.1.0...v3.2.0) (2022-03-14) diff --git a/package.json b/package.json index 5fc92007..b51df596 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitzy", "description": "interactive conventional commits cli", - "version": "3.2.0", + "version": "3.3.0", "author": "jimmy-guzman @jimmy-guzman", "main": "dist/index.js", "repository": "jimmy-guzman/gitzy",