Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Dec 12, 2024
1 parent 47c289d commit 4e4bdb3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.0.0](https://github.com/pengzhanbo/rspack-plugin-mock/compare/v0.5.0...v1.0.0) (2024-12-12)


### Bug Fixes

* rename `isObject` to `isPlainObject`, close [#7](https://github.com/pengzhanbo/rspack-plugin-mock/issues/7) ([25a2aa8](https://github.com/pengzhanbo/rspack-plugin-mock/commit/25a2aa859c4ea76715f72227668a5d15929035f5))


### Features

* add `Server-Sent Events` mock support ([161cafa](https://github.com/pengzhanbo/rspack-plugin-mock/commit/161cafa9b4421cc5155c6ba5ef24fd361cb95b89))


### Performance Improvements

* update deps to latest ([485d3a2](https://github.com/pengzhanbo/rspack-plugin-mock/commit/485d3a24129827a06a024ba83e2ca41d6deebcfa))



# [0.5.0](https://github.com/pengzhanbo/rspack-plugin-mock/compare/v0.4.1...v0.5.0) (2024-11-12)


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": "rspack-plugin-mock",
"type": "module",
"version": "0.5.0",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "inject api mock server to development server",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
Expand Down

0 comments on commit 4e4bdb3

Please sign in to comment.