Skip to content

Commit

Permalink
chore(main): release 0.71.0 (#1544)
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 Sep 9, 2024
1 parent f235081 commit 2904468
Show file tree
Hide file tree
Showing 4 changed files with 18 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.70.0"
".": "0.71.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.71.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.70.0...v0.71.0) (2024-09-09)


### Features

* **number:** Promote number node from beta to stable ([f235081](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/f235081b9ca7f22401bd0bbba0e837b7422efa27))
* **select:** Promote select node from beta to stable ([f235081](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/f235081b9ca7f22401bd0bbba0e837b7422efa27))
* **text:** Promote text node from beta to stable ([f235081](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/f235081b9ca7f22401bd0bbba0e837b7422efa27))
* **time-entity:** Promote time-entity node from beta to stable ([f235081](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/f235081b9ca7f22401bd0bbba0e837b7422efa27))


### Bug Fixes

* **get-entities:** Add timeSinceChangedMs to the states before condition checks ([5036246](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/50362467ee935eaffa15ea60116ede95b4ed854d))

## [0.70.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.69.1...v0.70.0) (2024-09-09)


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.70.0",
"version": "0.71.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.70.0'; // x-release-please-version
export default '0.71.0'; // x-release-please-version

0 comments on commit 2904468

Please sign in to comment.