Skip to content

Commit

Permalink
chore: release v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Sep 20, 2023
1 parent 076aff6 commit 98dfad9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.10.5

# Background


### Improves

- Reduce bundle size.
### Patches

- Fix can't work at monorepo.


## 0.10.4

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

1 comment on commit 98dfad9

@jglee96
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was writing the issue related with monorepo!!, and I found the release right before the press submit button.
I really appreciate it.

Please sign in to comment.