Skip to content

Commit

Permalink
chore: v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Mar 14, 2023
1 parent e60b31e commit 8b07486
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.0.1

- fix:inline svg asset [fb8000d5](https://github.com/lisonge/vite-plugin-monkey/commit/9c294ee636c2925184a1f6fe4e2fd3f7fb8000d5)

## 3.0.0

- support `top level await` by systemjs
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.0.0",
"version": "3.0.1",
"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 8b07486

Please sign in to comment.