Skip to content

Commit

Permalink
chore: v4.0.6
Browse files Browse the repository at this point in the history
close #166
  • Loading branch information
lisonge committed Jul 21, 2024
1 parent 23e0713 commit d8127bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/vite-plugin-monkey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v4.0.5
# v4.0.6

## Bug Fixes

- fix: compat not defined in pkg/package.json but exist in pkg/subpath (#169)
- fix: can not collect grant when minify (#166)
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": "4.0.5",
"version": "4.0.6",
"description": "A vite plugin server and build your.user.js for userscript engine like Tampermonkey and Violentmonkey and Greasemonkey",
"main": "dist/node/index.mjs",
"types": "dist/node/index.d.ts",
Expand Down

0 comments on commit d8127bd

Please sign in to comment.