Skip to content

Commit

Permalink
chore: release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Jan 29, 2022
1 parent c0700f2 commit 077eff3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.5.1](https://github.com/anncwb/vite-plugin-compression/compare/v0.5.0...v0.5.1) (2022-01-29)

### Bug Fixes

- build error,close [#13](https://github.com/anncwb/vite-plugin-compression/issues/13) ([dbc3247](https://github.com/anncwb/vite-plugin-compression/commit/dbc32478e7f03ee56b73185dcb4c76fad712bb55))
- return a promise to have it awaited ([24b77ae](https://github.com/anncwb/vite-plugin-compression/commit/24b77ae1917e196b9602ed268330cf5a86b09c55))

# [0.5.0](https://github.com/anncwb/vite-plugin-compression/compare/v0.3.6...v0.5.0) (2022-01-28)

# [0.4.0](https://github.com/anncwb/vite-plugin-compression/compare/v0.3.6...v0.4.0) (2021-12-28)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-compression-monorepo",
"private": true,
"version": "0.5.0",
"version": "0.5.1",
"description": "Use gzip or brotli to compress resources.",
"license": "MIT",
"author": "Vben",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-compression",
"version": "0.5.0",
"version": "0.5.1",
"description": "Use gzip or brotli to compress resources.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 077eff3

Please sign in to comment.