Skip to content

Commit

Permalink
chore: v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Apr 2, 2023
1 parent 7cee3c6 commit 99839cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/vite-plugin-monkey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.1.3

- fix: case infinite loop when get identifier [a8aa663f](https://github.com/lisonge/vite-plugin-monkey/commit/7cee3c69be2ac98d259360071940a9a7a8aa663f)

## 3.1.2

- fix: use custom system instance [231b0c70](https://github.com/lisonge/vite-plugin-monkey/commit/8c5f4fa13404898f35d45cc33663df5f231b0c70)
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.1.2",
"version": "3.1.3",
"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 99839cc

Please sign in to comment.