diff --git a/CHANGELOG.md b/CHANGELOG.md index e98a6b1e..b4267fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.4.0](https://github.com/jimmy-guzman/gitzy/compare/v5.3.0...v5.4.0) (2024-06-04) + + +### Features + +* ✨ improve fuzzy search by including hints ([394ebf3](https://github.com/jimmy-guzman/gitzy/commit/394ebf3c858480af70567d5e491075fc23b43179)) + # [5.3.0](https://github.com/jimmy-guzman/gitzy/compare/v5.2.0...v5.3.0) (2024-04-10) diff --git a/package.json b/package.json index 316feecd..534c131e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitzy", "description": "interactive conventional commits cli", - "version": "5.3.0", + "version": "5.4.0", "author": "jimmy-guzman @jimmy-guzman", "repository": "jimmy-guzman/gitzy", "bugs": "https://github.com/jimmy-guzman/gitzy/issues",