diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d91db..233b6c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.8.0](https://github.com/pbrunier/node-red-contrib-dyson-purelink/compare/v0.7.0...v0.8.0) + +- #50 Added info for user to open Dyson app on phone before authentication [`#79`](https://github.com/pbrunier/node-red-contrib-dyson-purelink/pull/79) +- #66 #67 Fixed icons in the config node [`#78`](https://github.com/pbrunier/node-red-contrib-dyson-purelink/pull/78) +- #76 Added getDeviceInfo action [`#77`](https://github.com/pbrunier/node-red-contrib-dyson-purelink/pull/77) +- #53 Added functionality to set temperature target [`#75`](https://github.com/pbrunier/node-red-contrib-dyson-purelink/pull/75) +- Forgot to update package-lock.json [`b3e6dec`](https://github.com/pbrunier/node-red-contrib-dyson-purelink/commit/b3e6deca14cb7efa3ee8ecc002308cc3bc1ad0e0) + #### [v0.7.0](https://github.com/pbrunier/node-red-contrib-dyson-purelink/compare/v0.6.1...v0.7.0) +> 1 January 2024 + - Develop [`#65`](https://github.com/pbrunier/node-red-contrib-dyson-purelink/pull/65) - Changes for new repo URL and new maintainer. No src changes yet. [`#57`](https://github.com/pbrunier/node-red-contrib-dyson-purelink/pull/57) - Some version bumps incl Node18 compatibility for dev dependencies. [`c38ff86`](https://github.com/pbrunier/node-red-contrib-dyson-purelink/commit/c38ff868ecc7b4ff0c3863e6a4e480c06c7a5c8f) diff --git a/package-lock.json b/package-lock.json index 4b4b2f5..91a8e93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-red-contrib-dyson-purelink", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-red-contrib-dyson-purelink", - "version": "0.7.0", + "version": "0.8.0", "license": "MIT", "dependencies": { "axios": "^1.6.3", diff --git a/package.json b/package.json index b04958d..3fe3647 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-dyson-purelink", - "version": "0.7.0", + "version": "0.8.0", "description": "NodeRed dyson purelink Adapter", "contributors": [ {