diff --git a/CHANGELOG.md b/CHANGELOG.md index 2371d02d..a34012a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.5.1](https://github.com/tal-rofe/cz-vinyl/compare/v2.5.0...v2.5.1) (2024-01-21) + + +### Bug Fixes + +* 🐞 release version with fixed pnpm lock file ([b09b852](https://github.com/tal-rofe/cz-vinyl/commit/b09b852ddf3ee77b64f31b63e01d57b8e5fe9766)) + # [2.5.0](https://github.com/tal-rofe/cz-vinyl/compare/v2.4.3...v2.5.0) (2023-11-26) diff --git a/package.json b/package.json index 3bea6ff5..bb93a4bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-vinyl", - "version": "2.5.0", + "version": "2.5.1", "description": "Commitizen adapter for formatting commit messages", "author": "Tal Rofe (https://github.com/tal-rofe)", "license": "MIT",