Skip to content

Commit

Permalink
chore: v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 20, 2024
1 parent 50bcd5f commit be701ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions packages/vite-plugin-monkey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# v5.0.0
# v5.0.1

## Features
## What's Changed

- add support for vite v6
- add userscript meta tag

## Breaking Changes

- refactor TypeScript interfaces for GM api
- fix: GM_registerMenuCommand type (#203)
- perf: set GmXmlhttpRequestOption context default generic type
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": "5.0.0",
"version": "5.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.mjs",
"types": "dist/node/index.d.ts",
Expand Down

0 comments on commit be701ec

Please sign in to comment.