We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbe5ba commit 997ad58Copy full SHA for 997ad58
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.1.0
2
+
3
+- Add `zstd` support. (Use the built-in zstd of nodejs. Note that you need to ensure your local node version)
4
5
## 2.0.1
6
7
- Fix build script.
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-compression2",
- "version": "2.0.1",
+ "version": "2.1.0",
"packageManager": "[email protected]+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
"description": "a fast vite compression plugin",
"main": "dist/index.js",
0 commit comments