Skip to content

Commit

Permalink
chore(main): release 0.74.0 (#1620)
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 Oct 7, 2024
1 parent 4d0a842 commit 088f8a9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 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.73.0"
".": "0.74.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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


### Features

* slovak translation ([623d75b](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/623d75bbb0a964050feabcc980b316a318716b8a))


### Bug Fixes

* **action:** preserve domain and service while addressing deprecated notice ([613e505](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/613e505efae0ed750662cf4ee32972051f19ad5d)), closes [#1622](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1622)
* **api:** Await websocket send in ApiController ([3319bf4](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/3319bf4c1cb517c0da8779e093c0c64b9c4cd1ba))
* **fire-event:** Handle errors when sending events via websocket ([38167fc](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/38167fcf7cd4410ba51c5cb7ac452d848e18f02b))
* **integration:** Handle errors when sending and unregistering entities ([cb72c3f](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/cb72c3f8e4fd2c8eef29836e8cd4a95577f94417))
* **time:** Improve handling of cronjobs creation ([680227a](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/680227aa4a7d96ea3b8ecacafc9e0aa128ed6e33)), closes [#1490](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1490)

## [0.73.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.72.4...v0.73.0) (2024-09-19)


Expand Down
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.73.0",
"version": "0.74.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.73.0'; // x-release-please-version
export default '0.74.0'; // x-release-please-version

0 comments on commit 088f8a9

Please sign in to comment.