Skip to content

Commit

Permalink
chore: release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Jun 12, 2024
1 parent 4d30159 commit 38891dc
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.10.0

# Improve

- Using `@jridgewell/source-map` replace `source-map`. It can reduce 200kb at install stage.
- Perf client rendering logic.

## 0.9.4

# Patches
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@4.1.1",
"version": "0.9.4",
"version": "0.10.0",
"description": "a vite bundle analyzer",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 38891dc

Please sign in to comment.