diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c9a1427444..6784e68ab5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.68.1" + ".": "0.68.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f9df68d333..7189fa0724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.68.2](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.68.1...v0.68.2) (2024-08-27) + + +### Bug Fixes + +* **get-entities:** Set condition value type when editor is opened ([1661310](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/1661310daa329eafc0bc1690029114f56776ca23)), closes [#1507](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1507) + ## [0.68.1](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.68.0...v0.68.1) (2024-08-27) diff --git a/package.json b/package.json index b6b6788ef8..1b6909db79 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-red-contrib-home-assistant-websocket", "description": "Node-RED integration with Home Assistant through websocket and REST API", - "version": "0.68.1", + "version": "0.68.2", "homepage": "https://zachowj.github.io/node-red-contrib-home-assistant-websocket/", "bugs": { "url": "https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues" diff --git a/src/version.ts b/src/version.ts index 842254316e..ab4c6e6f3e 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.68.1'; // x-release-please-version +export default '0.68.2'; // x-release-please-version