Skip to content

Commit

Permalink
chore: release v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Nov 26, 2024
1 parent 6bbfd4e commit 8b5d106
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.3

# Patches

- Fix error deps

## 1.3.2

Support Vite6
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-compression2",
"version": "1.3.2",
"version": "1.3.3",
"packageManager": "[email protected]",
"description": "a fast vite compression plugin",
"main": "dist/index.js",
Expand Down Expand Up @@ -38,14 +38,15 @@
"playwright": "^1.32.3",
"sirv": "^2.0.3",
"typescript": "^5.3.3",
"vitest": "^2.1.2"
"vitest": "^2.1.2",
"vite": "^6.0.0"
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"tar-mini": "^0.2.0"
},
"optionalDependencies": {
"vite": "^6"
"peerDependencies": {
"vite": "^2.0.0||^3.0.0||^4.0.0||^5.0.0 ||^6.0.0"
},
"resolutions": {
"is-core-module": "npm:@nolyfill/is-core-module@^1",
Expand Down
7 changes: 3 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b5d106

Please sign in to comment.