Skip to content

Commit

Permalink
chore: release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Mar 27, 2024
1 parent 82a07ae commit be0b037
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.5.0](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.4.7...v1.5.0) (2024-3-27)


### Features

* Add `bodyParserOptions` option for configuring `co-body` (close [#76](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/76)) ([23b4dff](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/23b4dffd0506d0b3a509bf8fec8ab59b91e1c599))


### Performance Improvements

* prettier code ([c26fa08](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/c26fa080220b672077c8ee36603dbe665a83dc40))
* update non-major deps to latest ([6fdab75](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/6fdab75cd536fb6fe550d43b26cd5fde3c71ee0d))



## [1.4.7](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.4.6...v1.4.7) (2024-1-17)


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": "vite-plugin-mock-dev-server",
"type": "module",
"version": "1.4.7",
"version": "1.5.0",
"packageManager": "[email protected]",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
"license": "MIT",
Expand Down

0 comments on commit be0b037

Please sign in to comment.