Skip to content

Commit c1e1f1e

Browse files
committed
chore: release v0.4.1
1 parent 61044b1 commit c1e1f1e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.4.1
2+
3+
# Background
4+
5+
### Patches
6+
7+
- Fix dynamicImports can't generator right compressed file.
8+
9+
110
## 0.4.0
211

312
# Background

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-compression2",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "compress souce file by stream, use it in vite.",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)