Skip to content

Commit

Permalink
chore: release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Apr 8, 2024
1 parent 596d057 commit d76f598
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.9.3

# Improve

- Reduce package size.

# Patches

- Fix counting size should skip unknown assets.
- Fix `openAnalyzer` can't work on WSL/WSL2.

## 0.9.2

- Reduce package size.
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-bundle-analyzer",
"packageManager": "yarn@3.6.3",
"version": "0.9.2",
"version": "0.9.3",
"description": "a vite bundle analyzer",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit d76f598

Please sign in to comment.