Skip to content

Commit

Permalink
fix: bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Mar 22, 2023
1 parent 51747cc commit 1d2b81c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.0.3](https://github.com/hemengke1997/ts-template/compare/v0.0.2...v0.0.3) (2023-03-22)


### Bug Fixes

* vite peerDependecy version ([e3d7937](https://github.com/hemengke1997/ts-template/commit/e3d793732c61edb703792f4868ed6c55037d125c))



## [0.0.2](https://github.com/hemengke1997/ts-template/compare/v0.0.1...v0.0.2) (2023-03-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"lint": "eslint .",
"up": "taze -I -w -r",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"bump": "bumpp package.json -c -p -t -all -x \"pnpm run changelog\""
"bump": "bumpp package.json -c -p -t --all -x \"pnpm run changelog\""
},
"peerDependencies": {
"i18next": ">=21.0.0",
Expand Down

0 comments on commit 1d2b81c

Please sign in to comment.