Skip to content

Commit

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

## 3.4.0

- feat: gm type enhancement [#96](https://github.com/lisonge/vite-plugin-monkey/issues/96) [fd2b4f92](https://github.com/lisonge/vite-plugin-monkey/commit/a9eb3acba3cb7d2bf83548e99f36ad2dfd2b4f92)
- all export type now startWith Gm
- GmXhrRequest responseType generic type
- GmXhrRequest add redirect property
- GM_getTabs/GM_getTab generic type
- perf: serve/preview html [b3680a37](https://github.com/lisonge/vite-plugin-monkey/commit/deeafb9659795850185198c49e782247b3680a37)
- feat: add type for gm_xhr stream property [09aed1d1](https://github.com/lisonge/vite-plugin-monkey/commit/7e8542d011c3bf665602bc7e75406c5609aed1d1)

## 3.3.1

- fix: cjs can not require open module [#95](https://github.com/lisonge/vite-plugin-monkey/issues/95) [78fbc325](https://github.com/lisonge/vite-plugin-monkey/commit/009dc14ab46d1ebcdabe3a42a0c84e3d78fbc325)
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.3.1",
"version": "3.4.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 da5a1d1

Please sign in to comment.