Skip to content

Commit

Permalink
chore(main): release 0.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 10, 2024
1 parent 48cfa54 commit b674874
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.65.1"
".": "0.66.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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.66.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.65.1...v0.66.0) (2024-08-10)


### ⚠ BREAKING CHANGES

* **device:** Fix device action to send entity to HA
* **action:** The call-service node has been renamed to the action node. The domain and service input properties are deprecated and will be removed in version 1.0. Please use the action property instead.

### Features

* **action:** Add selector for floor and label ([20e08ab](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/20e08aba4fd34ff58f7d75feb9df241ac8a6cccf))
* Add support for floors and labels ([36c2c9d](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/36c2c9d66ec5bfd8e5e588f5bd97b7a0fd288670))
* **api:** Add DELETE and PUT methods to the API node ([7bba5af](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/7bba5af90238001e3120117d54ac0fab5fdfb1b6)), closes [#1435](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1435)
* **events-state:** Update event state listener to allow listening to multiple types ([57a8ab7](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/57a8ab7845fb28d0ff082ebf67818130551ea27a))
* **trigger-state:** Update listener to allow listening to multiple types at once ([a14a7f3](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/a14a7f338ad18d709cdb9d5dfd88ae22a628e043))


### Bug Fixes

* **device:** Fix device action to send entity to HA ([48cfa54](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/48cfa545ca34e1d6afe9c21992f2c8fab76b1eb7))
* **device:** Fix device node losing trigger id ([48cfa54](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/48cfa545ca34e1d6afe9c21992f2c8fab76b1eb7))

## [0.65.1](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.65.0...v0.65.1) (2024-06-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.65.1",
"version": "0.66.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"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.65.1'; // x-release-please-version
export default '0.66.0'; // x-release-please-version

0 comments on commit b674874

Please sign in to comment.