Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Nov 27, 2022
1 parent c305292 commit f9d61d9
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
@@ -0,0 +1,9 @@
## 0.4.0

# Background

### Improves & Features

- Add `filename` prop.(Control the generator source name)
- Enhanced type inference.
- Performance optimization.
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.3.0",
"version": "0.4.0",
"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 f9d61d9

Please sign in to comment.