diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c2cfb2..1c56b0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,21 @@ 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). -#### [v3.0.0](https://github.com/robertsLando/node-red-contrib-m-bus/compare/v3.0.0-beta.0...v3.0.0) +#### [v3.1.0](https://github.com/robertsLando/node-red-contrib-m-bus/compare/v3.0.0...v3.1.0) + +- chore: bump node-mbus@2.1.0 [`#40`](https://github.com/robertsLando/node-red-contrib-m-bus/pull/40) +- chore(deps): bump vm2 from 3.9.17 to 3.9.18 [`#34`](https://github.com/robertsLando/node-red-contrib-m-bus/pull/34) +- chore(deps): bump vm2 from 3.9.16 to 3.9.17 [`#33`](https://github.com/robertsLando/node-red-contrib-m-bus/pull/33) +- chore(deps): bump vm2 from 3.9.15 to 3.9.16 [`#32`](https://github.com/robertsLando/node-red-contrib-m-bus/pull/32) +- chore(deps): bump vm2 from 3.9.11 to 3.9.15 [`#31`](https://github.com/robertsLando/node-red-contrib-m-bus/pull/31) +- chore(deps): bump cacheable-request from 10.2.2 to 10.2.7 [`#27`](https://github.com/robertsLando/node-red-contrib-m-bus/pull/27) +- chore: bump deps [`2f7dc6e`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/2f7dc6ea7f44aa676bd7b1a9b9f9ddc393684bc6) + +### [v3.0.0](https://github.com/robertsLando/node-red-contrib-m-bus/compare/v3.0.0-beta.0...v3.0.0) + +> 10 November 2022 + +- Release 3.0.0 [`cf8522f`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/cf8522fa8f2706c2549b4adcd16d54cd1ab517f6) #### [v3.0.0-beta.0](https://github.com/robertsLando/node-red-contrib-m-bus/compare/v1.3.1...v3.0.0-beta.0) diff --git a/package-lock.json b/package-lock.json index 440991f..1893aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-red-contrib-m-bus", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-red-contrib-m-bus", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "jsonfile": "^6.1.0", diff --git a/package.json b/package.json index dcf0dfa..0f9578d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-m-bus", - "version": "3.0.0", + "version": "3.1.0", "description": "Node-Red node for M-Bus protocol", "main": "index.js", "node-red": {