diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e84cc2..9b5208d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.1.0](https://github.com/jimmy-guzman/gitzy/compare/v5.0.0...v5.1.0) (2024-02-16) + + +### Features + +* ✨ optimize by moving from Common JS to ES Modules ([bfa53b9](https://github.com/jimmy-guzman/gitzy/commit/bfa53b9192ea7519b901555bec4eadaf715f9a13)) + # [5.0.0](https://github.com/jimmy-guzman/gitzy/compare/v4.0.0...v5.0.0) (2024-02-16) diff --git a/package.json b/package.json index d1a78391..c912c878 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitzy", "description": "interactive conventional commits cli", - "version": "5.0.0", + "version": "5.1.0", "author": "jimmy-guzman @jimmy-guzman", "repository": "jimmy-guzman/gitzy", "bugs": "https://github.com/jimmy-guzman/gitzy/issues",