Skip to content

Commit

Permalink
chore(main): release 0.68.0 (#1491)
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 Aug 26, 2024
1 parent f0c5f3d commit 933b844
Show file tree
Hide file tree
Showing 4 changed files with 24 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.67.2"
".": "0.68.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.68.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.67.2...v0.68.0) (2024-08-26)


### ⚠ BREAKING CHANGES

* Dropping support for node v16

### Features

* **issues:** Implement issue detection for Home Assistant nodes ([61eb103](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/61eb103f205e26604e0148d230971dffca55ce7e))


### Bug Fixes

* Fix ID selector to include state only entities ([8057dd7](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/8057dd7f9a0f3c544b190607d27da45a1a59dd73))


### Documentation

* Update node version to 18 ([f0c5f3d](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/f0c5f3d34b0f62f125f78450d57dd520bbafb810))

## [0.67.2](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.67.1...v0.67.2) (2024-08-18)


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.67.2",
"version": "0.68.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.67.2'; // x-release-please-version
export default '0.68.0'; // x-release-please-version

0 comments on commit 933b844

Please sign in to comment.