Skip to content

Commit

Permalink
chore(main): release 0.47.1 (#756)
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 8, 2022
1 parent 3d3cf8d commit 5103c78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.47.1](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.47.0...v0.47.1) (2022-12-08)


### Bug Fixes

* **server:** Catch exception when access token is invalid ([3d3cf8d](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/3d3cf8d5332da22ed810bb04190b250a9e921950)), closes [#770](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/770)
* **wait-until:** Fix typo in timed out status ([d46005c](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/d46005c1e9c93fce2bd5f9c724360dd7b7f40834)), closes [#755](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/755)

## [0.47.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.46.2...v0.47.0) (2022-11-13)


Expand Down
2 changes: 1 addition & 1 deletion 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.47.0",
"version": "0.47.1",
"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 5103c78

Please sign in to comment.