diff --git a/CHANGELOG.md b/CHANGELOG.md index a5fabb0bfe..a01d6d04c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.61.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.60.1...v0.61.0) (2023-12-10) + + +### ⚠ BREAKING CHANGES + +* Require Node-RED version 3.1.1+ + +### Bug Fixes + +* Require Node-RED version 3.1.1+ ([78fdb35](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/78fdb352b79419d2bb51838d285c986ceb38d802)) + ## [0.60.1](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.60.0...v0.60.1) (2023-12-10) diff --git a/package-lock.json b/package-lock.json index 2ab17108f9..ed6e298ca3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-red-contrib-home-assistant-websocket", - "version": "0.60.1", + "version": "0.61.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-red-contrib-home-assistant-websocket", - "version": "0.60.1", + "version": "0.61.0", "license": "MIT", "dependencies": { "axios": "1.6.0", diff --git a/package.json b/package.json index 51e7b8439d..c92dc18644 100644 --- a/package.json +++ b/package.json @@ -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.60.1", + "version": "0.61.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"