From 05e3bf1f2eb7d17610cdc503fb7fe416689d3b4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:56:03 -0700 Subject: [PATCH] chore(main): release 0.74.2 (#1668) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1aca84db85..b38bdaf97a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.74.1" + ".": "0.74.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c1d27dc0..47fedd270c 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.74.2](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.74.1...v0.74.2) (2024-10-24) + + +### Miscellaneous Chores + +* release 0.74.2 ([cb4eb60](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/cb4eb6020bf412e7130fa49cb74d1b48b273f8a5)) + ## [0.74.1](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.74.0...v0.74.1) (2024-10-09) diff --git a/package.json b/package.json index 7d7ebac132..2d30c86c98 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.74.1", + "version": "0.74.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 a6655d0720..88b57d6498 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.74.1'; // x-release-please-version +export default '0.74.2'; // x-release-please-version