Skip to content

Commit a3780d2

Browse files
chore(main): release 0.76.0
1 parent 771525d commit a3780d2

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-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.75.0"
2+
".": "0.76.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.76.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.75.0...v0.76.0) (2025-03-03)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Updated the minimum required Home Assistant version to 2024.3.0 in the README to ensure compatibility with the label and floor registries introduced in this version. This update should have been made with the release of version 0.66.0.
11+
12+
### Documentation
13+
14+
* update Home Assistant version requirement to v2024.3 ([9b8ac19](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/9b8ac19687179ba2959ef97e656b322c79028132)), closes [#1707](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1707)
15+
516
## [0.75.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.74.2...v0.75.0) (2024-12-31)
617

718

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.75.0",
4+
"version": "0.76.0",
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.75.0'; // x-release-please-version
1+
export default '0.76.0'; // x-release-please-version

0 commit comments

Comments
 (0)