Skip to content

Commit

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

## 3.1.2

- fix: use custom system instance [231b0c70](https://github.com/lisonge/vite-plugin-monkey/commit/8c5f4fa13404898f35d45cc33663df5f231b0c70)
- fix: systemjs set external globals default export [c1ee2ef1](https://github.com/lisonge/vite-plugin-monkey/commit/12179209554029dec9de000a6e11171ec1ee2ef1) [#70](https://github.com/lisonge/vite-plugin-monkey/issues/70)

## 3.1.1

- fix: export client/global type, [1e3a9954](https://github.com/lisonge/vite-plugin-monkey/commit/eb12ad337a25f6a31988a953864bcbeb1e3a9954) [#69](https://github.com/lisonge/vite-plugin-monkey/issues/69)
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.1",
"version": "3.1.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 70ee852

Please sign in to comment.