From e7b0b85720aca7708a8c89bd4d047c4754f269f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 00:02:41 -0800 Subject: [PATCH] chore(main): release 0.59.0 (#1148) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1261fe7343..55c59e826c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.59.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.58.2...v0.59.0) (2023-11-11) + + +### Features + +* Add area and device helpers to JSONata ([8875d0f](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/8875d0f9c011231b0336f3c103e8de4fe1602b50)) + + +### Bug Fixes + +* Merge existing HA settings before saving ([e44cfaf](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/e44cfaffd258d1187133682c95a682198a02f6bd)), closes [#1147](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1147) + ## [0.58.2](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.58.1...v0.58.2) (2023-11-10) diff --git a/package-lock.json b/package-lock.json index f5be48852f..e30f2a260d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-red-contrib-home-assistant-websocket", - "version": "0.58.2", + "version": "0.59.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-red-contrib-home-assistant-websocket", - "version": "0.58.2", + "version": "0.59.0", "license": "MIT", "dependencies": { "axios": "1.6.0", diff --git a/package.json b/package.json index db9a9e5bf5..77f9049dad 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.58.2", + "version": "0.59.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"