diff --git a/CHANGELOG.md b/CHANGELOG.md index c19920d..09ea7a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.0](https://github.com/tomjs/release-cli/compare/v1.0.0-beta.4...v1.0.0) (2024-05-15) + +- chore: update deps [73cf027](https://github.com/tomjs/release-cli/commit/73cf027) + ## [1.0.0-beta.4](https://github.com/tomjs/release-cli/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2024-05-15) - feat: add --no-build, run build script before publish [343e1f2](https://github.com/tomjs/release-cli/commit/343e1f2) diff --git a/package.json b/package.json index f8d768c..84ad112 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tomjs/release-cli", "type": "module", - "version": "1.0.0-beta.4", + "version": "1.0.0", "description": "A CLI tool to automatically publish npm packages.", "keywords": [ "cli",