Skip to content

Commit

Permalink
chore: release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Sep 16, 2024
1 parent 1a6e0cd commit 7da1da7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
## 0.11.0

# Improves & Features

- Add new option `defaultSizes`. #19
- Static mode support generating living server.(This version will open the client automatically, If you don't want please set `openAnalyzer` as `false`.) #37

## 0.10.6

- Make default options happy.


### credits

@a145789


## 0.10.5

- Reduce debug info package size.
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-bundle-analyzer",
"version": "0.10.6",
"version": "0.11.0",
"description": "a vite bundle analyzer",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 7da1da7

Please sign in to comment.