Skip to content

Commit

Permalink
chore: v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jul 7, 2023
1 parent cf57349 commit 9322f69
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ there is the following cdn to use, full detail see [cdn.ts](/packages/vite-plugi
- [staticfile](https://staticfile.org/)
- [cdnjs](https://cdnjs.com/libraries)
- [zhimg](https://unpkg.zhimg.com/)
- [npmmirror](https://registry.npmmirror.com/)

if you want use other cdn, you can see [external-scripts](https://greasyfork.org/help/external-scripts)

Expand Down
1 change: 1 addition & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ export default defineConfig({
- [staticfile](https://staticfile.org/)
- [cdnjs](https://cdnjs.com/libraries)
- [zhimg](https://unpkg.zhimg.com/)
- [npmmirror](https://registry.npmmirror.com/)

如果你想使用其他 cdn,请查看 [external-scripts](https://greasyfork.org/zh-CN/help/external-scripts)

Expand Down
7 changes: 7 additions & 0 deletions packages/vite-plugin-monkey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 3.3.0

- feat: add cdn npmmirror [e971ea0a](https://github.com/lisonge/vite-plugin-monkey/commit/133f6cc393c3785b28a0391c927ea0bae971ea0a)
- fix: type GM_registerMenuCommand accessKey [6567c2b2](https://github.com/lisonge/vite-plugin-monkey/commit/b06cf61fd86ffa31387cd520c0cf08a46567c2b2)
- fix: type GM_log hint [ad5c73d9](https://github.com/lisonge/vite-plugin-monkey/commit/8bd42e45b23d0c1beacd8e2c91cee697ad5c73d9)
- chore: update deps

## 3.2.2

- fix: error reopen when multiple vite config file [f981e2be](https://github.com/lisonge/vite-plugin-monkey/commit/5f2ed698ddf6f123f4595a367bf236b5f981e2be)
Expand Down
1 change: 1 addition & 0 deletions packages/vite-plugin-monkey/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ there is the following cdn to use, full detail see [cdn.ts](/packages/vite-plugi
- [staticfile](https://staticfile.org/)
- [cdnjs](https://cdnjs.com/libraries)
- [zhimg](https://unpkg.zhimg.com/)
- [npmmirror](https://registry.npmmirror.com/)

if you want use other cdn, you can see [external-scripts](https://greasyfork.org/help/external-scripts)

Expand Down
1 change: 1 addition & 0 deletions packages/vite-plugin-monkey/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ export default defineConfig({
- [staticfile](https://staticfile.org/)
- [cdnjs](https://cdnjs.com/libraries)
- [zhimg](https://unpkg.zhimg.com/)
- [npmmirror](https://registry.npmmirror.com/)

如果你想使用其他 cdn,请查看 [external-scripts](https://greasyfork.org/zh-CN/help/external-scripts)

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.2.2",
"version": "3.3.0",
"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 9322f69

Please sign in to comment.