From ad483faa33598eccb794af883c801d5a2bb02ce0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:01:54 -0700 Subject: [PATCH] chore(main): release 0.56.0 (#1017) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1c34d6b0..bc31322fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.56.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.55.1...v0.56.0) (2023-08-09) + + +### Features + +* **sentence:** Add response data for wildcards ([3f31af6](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/3f31af6a53f69f71535cd7af087dbc3c12c8a18b)) +* **sentense:** Add customizable response field ([c395a3f](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/c395a3f3a57a1877d1d2e8f2d481c9a4ad8b39b3)) + + +### Bug Fixes + +* Fix duplication of expose as trigger events ([53ac02e](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/53ac02eb54b2e1e43bc61a2459aed1aeea4d3cc6)) +* Use error handler for event class ([#1018](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1018)) ([b009362](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/b009362ea3b1fff44d0030d68cef335a04056bbe)) + ## [0.55.1](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.55.0...v0.55.1) (2023-07-18) diff --git a/package-lock.json b/package-lock.json index 82cfae732f..8787ef326d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-red-contrib-home-assistant-websocket", - "version": "0.55.1", + "version": "0.56.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-red-contrib-home-assistant-websocket", - "version": "0.55.1", + "version": "0.56.0", "license": "MIT", "dependencies": { "axios": "1.4.0", diff --git a/package.json b/package.json index a3a28d308d..0aae4b684c 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.55.1", + "version": "0.56.0", "homepage": "https://zachowj.github.io/node-red-contrib-home-assistant-websocket/", "bugs": { "url": "https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues"