Skip to content

Commit

Permalink
chore: release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrunier committed Jan 1, 2024
1 parent f807544 commit 2409200
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ 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.7.0](https://github.com/pbrunier/node-red-contrib-dyson-purelink/compare/v0.6.1...v0.7.0)

- 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)
- Update issue templates [`cf003f7`](https://github.com/pbrunier/node-red-contrib-dyson-purelink/commit/cf003f754205a0e475b2d47719b29f550d32f4d3)
- Added suport for turning on and off Jet Focus [`f807544`](https://github.com/pbrunier/node-red-contrib-dyson-purelink/commit/f807544a965aef278cd2013693d757e4a196498c)

#### [v0.6.1](https://github.com/pbrunier/node-red-contrib-dyson-purelink/compare/v0.6.0...v0.6.1)

> 8 July 2023
- chore: release v0.6.1 [`0051908`](https://github.com/pbrunier/node-red-contrib-dyson-purelink/commit/00519080b49a1822164fd7b6a53992111df9006c)
- Replaced old format licenses metadata [`8748d47`](https://github.com/pbrunier/node-red-contrib-dyson-purelink/commit/8748d477d9f7a29614aac061f7273b47e6cbdc7c)

#### [v0.6.0](https://github.com/pbrunier/node-red-contrib-dyson-purelink/compare/v0.5.0...v0.6.0)
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-dyson-purelink",
"version": "0.6.1",
"version": "0.7.0",
"description": "NodeRed dyson purelink Adapter",
"contributors": [
{
Expand Down Expand Up @@ -75,8 +75,8 @@
"release-it": "^17.0.1",
"typescript": "^5.3.3"
},
"overrides":{
"gulp-typescript":{
"overrides": {
"gulp-typescript": {
"source-map": "0.7.4"
}
},
Expand Down

0 comments on commit 2409200

Please sign in to comment.