From e33bae2d09b41d39faa063ec81371124309442f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 05:01:45 -0700 Subject: [PATCH] chore(main): release 0.73.0 (#1589) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 204151ae27..d720349236 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.72.4" + ".": "0.73.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c6789433..fffab1a61d 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.73.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.72.4...v0.73.0) (2024-09-19) + + +### Features + +* **time:** Added option to allow past date inputs without throwing errors ([a1e16ee](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/a1e16ee6f16bb4701165477be2b649ce27eb4620)) + + +### Bug Fixes + +* **time:** Resolve "Date in past. Will never be fired." error for valid dates ([a1e16ee](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/a1e16ee6f16bb4701165477be2b649ce27eb4620)), closes [#1575](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1575) + ## [0.72.4](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.72.3...v0.72.4) (2024-09-16) diff --git a/package.json b/package.json index de75adafc3..d9a98a81c5 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.72.4", + "version": "0.73.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" diff --git a/src/version.ts b/src/version.ts index a82b4bbad7..3879c8eb09 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.72.4'; // x-release-please-version +export default '0.73.0'; // x-release-please-version