Skip to content

Commit

Permalink
chore: release v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Dec 7, 2024
1 parent 9ee63e8 commit 3b81cdf
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.8.2](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.8.1...v1.8.2) (2024-12-07)


### Bug Fixes

* rename `isObject` to `isPlainObject`, close [#104](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/104) ([9ee63e8](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/9ee63e834de01d393a4dd9ce31c0bb85548cf55c))



## [1.8.1](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.8.0...v1.8.1) (2024-12-06)


Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "1.8.1",
"version": "1.8.2",
"private": true,
"scripts": {
"docs:build": "vitepress build .",
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"type": "module",
"version": "1.8.1",
"version": "1.8.2",
"private": true,
"scripts": {
"dev": "vite dev",
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": "mock-dev-server-monorepo",
"type": "module",
"version": "1.8.1",
"version": "1.8.2",
"private": true,
"packageManager": "[email protected]",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
Expand Down
2 changes: 1 addition & 1 deletion plugin/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.8.1",
"version": "1.8.2",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
"license": "MIT",
"homepage": "https://vite-plugin-mock-dev-server.netlify.app",
Expand Down

0 comments on commit 3b81cdf

Please sign in to comment.