Skip to content

Commit

Permalink
chore: release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Nov 28, 2022
1 parent 61044b1 commit c1e1f1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.4.1

# Background

### Patches

- Fix dynamicImports can't generator right compressed file.


## 0.4.0

# Background
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-compression2",
"version": "0.4.0",
"version": "0.4.1",
"description": "compress souce file by stream, use it in vite.",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c1e1f1e

Please sign in to comment.