diff --git a/CHANGELOG.md b/CHANGELOG.md index bffe255d0..1a63b302e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.9.1](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.9.0...0.9.1) (2024-12-09) + + +### Bug Fixes + +* **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)) + + + # [0.9.0](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.8.1...0.9.0) (2024-12-08) diff --git a/package.json b/package.json index 6aac8ee73..62f235918 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "*.css" ], "name": "zigbee2mqtt-frontend", - "version": "0.9.0", + "version": "0.9.1", "license": "GPL-3.0", "scripts": { "build": "vite build",