diff --git a/CHANGELOG.md b/CHANGELOG.md index e84d812..2cc41a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.0.3](https://github.com/tomjs/release-cli/compare/v2.0.2...v2.0.3) (2024-05-22) + +- feat: use @tomjs/logger [8e33dfb](https://github.com/tomjs/release-cli/commit/8e33dfb) + ## [2.0.2](https://github.com/tomjs/release-cli/compare/v2.0.1...v2.0.2) (2024-05-17) - feat: github release add title param [e02bd51](https://github.com/tomjs/release-cli/commit/e02bd51) diff --git a/package.json b/package.json index 57ba01f..3b21d9c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tomjs/release-cli", "type": "module", - "version": "2.0.2", + "version": "2.0.3", "description": "A CLI tool to automatically publish npm packages.", "keywords": [ "cli",