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 06693f0 commit 3c1de72Copy full SHA for 3c1de72
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [0.9.1](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.9.0...0.9.1) (2024-12-09)
2
+
3
4
+### Bug Fixes
5
6
+* **dev-console:** fix `c.endpoints[r] is undefined` crash [#2268](https://github.com/nurikk/zigbee2mqtt-frontend/issues/2268) ([06693f0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/06693f02c48f000e91d6337a8551acbbe4cf3cf7))
7
8
9
10
# [0.9.0](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.8.1...0.9.0) (2024-12-08)
11
12
package.json
@@ -8,7 +8,7 @@
"*.css"
],
"name": "zigbee2mqtt-frontend",
- "version": "0.9.0",
+ "version": "0.9.1",
"license": "GPL-3.0",
13
"scripts": {
14
"build": "vite build",
0 commit comments