Skip to content

Commit

Permalink
chore: release v0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Jan 7, 2023
1 parent fccb58f commit b06f87e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.15](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v0.3.14...v0.3.15) (2023-01-07)



## [0.3.14](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v0.3.13...v0.3.14) (2023-01-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lint": "eslint .",
"prepublishOnly": "pnpm run build",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "bumpp package.json --execute=\"pnpm release:changelog\" --commit --push --tag && pnpm publish --access public"
"release": "bumpp package.json --execute=\"pnpm release:changelog\" --commit --all --push --tag && pnpm publish --access public"
},
"prettier": "@pengzhanbo/prettier-config",
"dependencies": {
Expand Down

0 comments on commit b06f87e

Please sign in to comment.