We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66150a commit 25d88e7Copy full SHA for 25d88e7
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [0.9.4](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.9.3...0.9.4) (2024-12-30)
2
+
3
4
+### Bug Fixes
5
6
+* **preloader:** fix vite dynamic module loading error ([c66150a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c66150a8f4b21bfd77e08c019685ef00cc6d63b4))
7
8
9
10
## [0.9.3](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.9.2...0.9.3) (2024-12-28)
11
12
package.json
@@ -8,7 +8,7 @@
"*.css"
],
"name": "zigbee2mqtt-frontend",
- "version": "0.9.3",
+ "version": "0.9.4",
"license": "GPL-3.0",
13
"scripts": {
14
"build": "vite build",
0 commit comments