Skip to content

Commit

Permalink
chore(main): release 0.60.0 (#1167)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 9, 2023
1 parent e481b67 commit 2ec2ba7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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.60.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.59.0...v0.60.0) (2023-12-09)


### ⚠ BREAKING CHANGES

* Require Home Assistant 2023.12+
* **call-service:** Requests Home Assistant 2023.12+
* **get-history:** All message inputs are required to be under msg.payload others have been removed. Current ones have been changed to camelcase to follow other nodes. Message ouputs msg.startdate, msg.enddate, msg.entity_id have been removed.

### Features

* **call-service:** Handle response data from service calls ([#1166](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1166)) ([31bfbe0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/31bfbe01cf584d47b490511c6ea21910c26f678a))


### Bug Fixes

* **get-history:** fix to work with regex entity ids ([3e3dc05](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/3e3dc0566a318a7d959a09c4fa6d05c96e070301)), closes [#924](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/924)


### Miscellaneous Chores

* Require Home Assistant 2023.12+ ([#1168](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1168)) ([e481b67](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/e481b67c1958b7ac881df9840744df88d20ea66b))

## [0.59.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.58.2...v0.59.0) (2023-11-11)


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.59.0",
"version": "0.60.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

0 comments on commit 2ec2ba7

Please sign in to comment.