Skip to content

Commit fcc8a21

Browse files
chore(main): release 0.79.3 (#1901)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d733a11 commit fcc8a21

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.79.2"
2+
".": "0.79.3"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
## [0.79.3](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.79.2...v0.79.3) (2025-11-03)
6+
7+
8+
### Bug Fixes
9+
10+
* **events-state:** correct deprecated config property name from stateType to state_type ([f7c9c0f](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/f7c9c0f23b550c535810d86c09042b6172a2d7b2))
11+
* **package:** update prepublishOnly and prepack scripts to use pnpm ([591adbd](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/591adbd212af12fe8b2ba34460e424019de16886))
12+
13+
14+
### Build System
15+
16+
* **deps-dev:** bump @types/express from 4.17.24 to 4.17.25 ([#1904](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1904)) ([f946c71](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/f946c7190c1bd1cf92ab25c233297b535597575d))
17+
* **deps-dev:** bump cssnano from 7.1.1 to 7.1.2 ([#1905](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1905)) ([003af17](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/003af171370df19bf661aad88563c264e1446a36))
18+
* **deps-dev:** bump esbuild from 0.25.11 to 0.25.12 ([#1906](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1906)) ([c537722](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/c537722ba220ca50ee16803aaebc4bbea52cc69e))
19+
* **deps-dev:** bump sass from 1.93.2 to 1.93.3 ([#1902](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1902)) ([8cb0806](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/8cb080676edb98b80145c5b116251c71ecfc4b98))
20+
* **deps:** bump axios from 1.13.0 to 1.13.1 ([#1903](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1903)) ([d609a19](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/d609a19b9a55b680e2a586469ade1dd459d7bcae))
21+
522
## [0.79.2](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.79.1...v0.79.2) (2025-11-02)
623

724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-red-contrib-home-assistant-websocket",
33
"description": "Node-RED integration with Home Assistant through websocket and REST API",
4-
"version": "0.79.2",
4+
"version": "0.79.3",
55
"homepage": "https://zachowj.github.io/node-red-contrib-home-assistant-websocket/",
66
"bugs": {
77
"url": "https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues"

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '0.79.2'; // x-release-please-version
1+
export default '0.79.3'; // x-release-please-version

0 commit comments

Comments
 (0)