We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc9e44 commit d9c8a56Copy full SHA for d9c8a56
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.2.2
5
+
6
+[compare changes](https://github.com/Solant/vite-bundle-explorer/compare/v0.2.1...v0.2.2)
7
8
+### 🩹 Fixes
9
10
+- Add a missing dts file ([fcc9e44](https://github.com/Solant/vite-bundle-explorer/commit/fcc9e44))
11
12
+### ❤️ Contributors
13
14
+- Solant <[email protected]>
15
16
## v0.2.1
17
18
[compare changes](https://github.com/Solant/vite-bundle-explorer/compare/v0.2.0...v0.2.1)
package.json
@@ -1,7 +1,7 @@
{
"name": "vite-bundle-explorer",
"description": "Bundle analyzer and visualizer tool for Vite",
- "version": "0.2.1",
+ "version": "0.2.2",
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments