diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc6f3d527..a7f76bc562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +## [9.3.2](https://github.com/zwave-js/zwave-js-ui/compare/v9.3.1...v9.3.2) (2023-11-09) + + +### Bug Fixes + +* scheduled jobs not running when mqtt disabled ([#3409](https://github.com/zwave-js/zwave-js-ui/issues/3409)) ([c3d00e6](https://github.com/zwave-js/zwave-js-ui/commit/c3d00e62551e654d2e3ac0aea5e9ba75f7c986ba)) +* **ui:** add wakeup help ([9b3b766](https://github.com/zwave-js/zwave-js-ui/commit/9b3b766bf0d66373c6e381141d358f389150acd5)), closes [#3395](https://github.com/zwave-js/zwave-js-ui/issues/3395) + + +### Features + +* bump zwave-js@12.3.0 ([#3396](https://github.com/zwave-js/zwave-js-ui/issues/3396)) ([49ccf97](https://github.com/zwave-js/zwave-js-ui/commit/49ccf974d414cbc3d3485b85140ec0c8f7330a7a)) + ## [9.3.1](https://github.com/zwave-js/zwave-js-ui/compare/v9.3.0...v9.3.1) (2023-10-30) diff --git a/package.json b/package.json index 94fed8269a..3a9260637b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zwave-js-ui", - "version": "9.3.1", + "version": "9.3.2", "bin": "server/bin/www.js", "description": "Z-Wave Control Panel and MQTT Gateway", "author": "Daniel Lando ",