diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c07d4bd..09619442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.5.3](https://github.com/tal-rofe/cz-vinyl/compare/v2.5.2...v2.5.3) (2024-09-28) + + +### Bug Fixes + +* 🐞 explicit version of inquirer always ([06310d8](https://github.com/tal-rofe/cz-vinyl/commit/06310d8ce5cf0fe871e6afd93172b2ba7210145c)) + ## [2.5.2](https://github.com/tal-rofe/cz-vinyl/compare/v2.5.1...v2.5.2) (2024-09-25) diff --git a/package.json b/package.json index 4fdc91c6..a6098b01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-vinyl", - "version": "2.5.2", + "version": "2.5.3", "description": "Commitizen adapter for formatting commit messages", "author": "Tal Rofe (https://github.com/tal-rofe)", "license": "MIT",