Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Jan 6, 2023
1 parent f1564e7 commit b27fa37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.5.0

### MINOR

- Migrate vite version.
- Peerdependencies support `vite3` and `vite`.

## 0.4.3

# 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.3",
"version": "0.5.0",
"description": "compress souce file by stream, use it in vite.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b27fa37

Please sign in to comment.