diff --git a/CHANGELOG.md b/CHANGELOG.md index fb86975..7837fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## main + + + +###    Bug Fixes + +- Show version in changelog  -  by **Stephen Zhou** [(2d37b)](https://github.com/hyoban/release-it-pnpm/commit/2d37bce) + +#####     [View changes on GitHub](https://github.com/hyoban/release-it-pnpm/compare/4.4.2...main) + ###    Bug Fixes - Do not write changelog in release  -  by **Stephen Zhou** [(14ac1)](https://github.com/hyoban/release-it-pnpm/commit/14ac1a8) diff --git a/package.json b/package.json index 202e501..6256fc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "release-it-pnpm", "type": "module", - "version": "4.4.2", + "version": "4.4.3", "packageManager": "pnpm@9.0.4", "description": "Run release-it with pnpm", "author": "Stephen Zhou ",