Skip to content

Commit

Permalink
chore(main): release node-red-contrib-home-assistant-websocket 0.62.1 (
Browse files Browse the repository at this point in the history
…#1201)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 13, 2023
1 parent 50e8b87 commit f29affe
Show file tree
Hide file tree
Showing 5 changed files with 19 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.62.0"
".": "0.62.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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


### Bug Fixes

* Add a version file for diagnostics ([ad9f694](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/ad9f6942dc0da52e6e0a7fc50a17a967b8a64792))
* Use the correct package.json file for node version ([11abb05](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/11abb0507e1c99c2a6678f2aaa83b45de67318e1))


### Miscellaneous Chores

* release 0.62.0 ([d92d2d6](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/d92d2d67006287f2ee3cfc60552793d69d2ed3b2))
* release 0.62.1 ([9f50a91](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/9f50a91fac04e713955accb9a1144178c16e766d))

## [0.62.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.61.1...v0.62.0) (2023-12-12)


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.62.0",
"version": "0.62.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
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.0.0'; // x-release-please-version
export default '0.62.1'; // x-release-please-version

0 comments on commit f29affe

Please sign in to comment.