diff --git a/plejd/CHANGELOG.md b/plejd/CHANGELOG.md index 45c9ad5..81a5787 100644 --- a/plejd/CHANGELOG.md +++ b/plejd/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog hassio-plejd Home Assistant Plejd addon +## [0.19.0](https://github.com/icanos/hassio-plejd/tree/0.19.0) (2025-10-17) + +[Full Changelog](https://github.com/icanos/hassio-plejd/compare/0.18.0...0.19.0) + +**Closed issues:** + +- Fails to start with node syntax errors \(SyntaxError: Unexpected token '='\) [\#329](https://github.com/icanos/hassio-plejd/issues/329) + +**Merged pull requests:** + +- Fix \#329: Fails to start with node syntax errors [\#330](https://github.com/icanos/hassio-plejd/pull/330) ([timjackson](https://github.com/timjackson)) + ## [0.18.0](https://github.com/icanos/hassio-plejd/tree/0.18.0) (2025-09-27) [Full Changelog](https://github.com/icanos/hassio-plejd/compare/0.17.1...0.18.0) diff --git a/plejd/config.json b/plejd/config.json index 84f9d73..21ab31e 100644 --- a/plejd/config.json +++ b/plejd/config.json @@ -1,6 +1,6 @@ { "name": "Plejd", - "version": "0.18.0", + "version": "0.19.0", "slug": "plejd", "description": "Adds support for the Swedish home automation devices from Plejd.", "url": "https://github.com/icanos/hassio-plejd/",