Skip to content

Commit

Permalink
chore: release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Apr 28, 2023
1 parent 590397d commit ce5e636
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.9.1

# Background

### Improve

- Reduce unnecessary io (Currently, We don't handle viteMetaData.Becasue vite has already process them)
- Add queue to optimize task processing.

### Patches

- Fix that the file with side effect can't be filterd.
- Static assets can't handle correctly.

## 0.9.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.9.0",
"version": "0.9.1",
"description": "a fast vite compression plugin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ce5e636

Please sign in to comment.