Skip to content

Commit 73189f4

Browse files
committed
chore(release): 0.9.9 🎉
1 parent b9acc54 commit 73189f4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.9.9](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.9.8...0.9.9) (2025-04-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **auth:** reconnect instead of reloading page on auth error ([#2461](https://github.com/nurikk/zigbee2mqtt-frontend/issues/2461)) ([7d2e12b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7d2e12b9344da708dd86d330235315d63612a88d))
7+
8+
9+
### Features
10+
11+
* **ota:** add support for scheduled OTA ([#2449](https://github.com/nurikk/zigbee2mqtt-frontend/issues/2449)) ([b9acc54](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b9acc5478f09ca0f5a04d1b50625cc0ff2af3482))
12+
13+
14+
115
## [0.9.8](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.9.7...0.9.8) (2025-04-06)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"*.css"
99
],
1010
"name": "zigbee2mqtt-frontend",
11-
"version": "0.9.8",
11+
"version": "0.9.9",
1212
"license": "GPL-3.0",
1313
"scripts": {
1414
"build": "vite build",

0 commit comments

Comments
 (0)