Skip to content

Commit

Permalink
chore: release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Feb 7, 2025
1 parent b1e4f96 commit 4ab1962
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.17.0

- `Cli` add default config path (`vite.config.ts`)

### credits

@kricsleo

## 0.16.3

- Increase color brightness (Client)
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@
</a>
</p>


<p align="center">
<img src="https://cdn.jsdelivr.net/gh/nonzzz/vite-bundle-analyzer@latest/imgs/now.gif" width="640" height="320" />
</p>


> [!WARNING]
> Vite's enable minify by default.There for you will see that the parsed size is larger than actual size.This is because the bundle info
> provide by rollup isn't compressed.(If you care about this problem you can choose anothr plugins.)
Expand Down Expand Up @@ -180,4 +178,4 @@ const myAnalyzerPlugin = {

### LICENSE

[MIT](./LICENSE)
[MIT](./LICENSE)
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.16.3",
"version": "0.17.0",
"description": "a modern vite bundle analyzer tool",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 4ab1962

Please sign in to comment.