Skip to content

Commit

Permalink
chore: v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Mar 24, 2024
1 parent a146034 commit 04e9c8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/vite-plugin-monkey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 3.5.2

- fix: can not get gm_api when use mountGmApi [8f0e1bd](https://github.com/lisonge/vite-plugin-monkey/commit/ea700c60d895532229f9174111b5c31158f0e1bd)
- docs: update docs [7d0fade](https://github.com/lisonge/vite-plugin-monkey/commit/5ed4afdfb4712f437c218c5a7c0ca1ebe7d0fade)
- perf: preview page [#132](https://github.com/lisonge/vite-plugin-monkey/pull/132)

## 3.5.1

- perf: support host 0.0.0.0 [#116](https://github.com/lisonge/vite-plugin-monkey/issues/116)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-monkey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-monkey",
"version": "3.5.1",
"version": "3.5.2",
"description": "A vite plugin server and build your.user.js for userscript engine like Tampermonkey and Violentmonkey and Greasemonkey",
"main": "dist/node/index.cjs",
"module": "dist/node/index.mjs",
Expand Down

0 comments on commit 04e9c8b

Please sign in to comment.