Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed May 16, 2024
1 parent e150325 commit 2aeddcf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.0.0](https://github.com/tomjs/release-cli/compare/v1.0.0...v2.0.0) (2024-05-17)

- feat: optimize getting npm info [e150325](https://github.com/tomjs/release-cli/commit/e150325)
- fix: default cwd option [7c85215](https://github.com/tomjs/release-cli/commit/7c85215)
- fix: commit message length [32e6fd5](https://github.com/tomjs/release-cli/commit/32e6fd5)
- fix: -h option error [34799a7](https://github.com/tomjs/release-cli/commit/34799a7)
- feat: Add --config and configuration file support [2249916](https://github.com/tomjs/release-cli/commit/2249916)

## [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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tomjs/release-cli",
"type": "module",
"version": "1.0.0",
"version": "2.0.0",
"description": "A CLI tool to automatically publish npm packages.",
"keywords": [
"cli",
Expand Down

0 comments on commit 2aeddcf

Please sign in to comment.