From 004b5af1a809156d1511a4185bc6678b89698421 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Fri, 29 Mar 2024 16:20:44 +0000 Subject: [PATCH] Release 3.1.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c56b0e..e1c34c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.1.1](https://github.com/robertsLando/node-red-contrib-m-bus/compare/v3.1.0...v3.1.1) + +- chore: bump node-mbus@2.2.1 [`8b6e375`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/8b6e375e68b6f902a8a6c643dfe617f0491db8f7) + #### [v3.1.0](https://github.com/robertsLando/node-red-contrib-m-bus/compare/v3.0.0...v3.1.0) +> 11 March 2024 + - 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) @@ -13,6 +19,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) +- Release 3.1.0 [`be4674a`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/be4674a3e8e0890bc4bd5e99b0748ce3f2c5f8cc) ### [v3.0.0](https://github.com/robertsLando/node-red-contrib-m-bus/compare/v3.0.0-beta.0...v3.0.0) diff --git a/package-lock.json b/package-lock.json index f840ccf..180442b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-red-contrib-m-bus", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-red-contrib-m-bus", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "dependencies": { "jsonfile": "^6.1.0", diff --git a/package.json b/package.json index f731b82..d355539 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-m-bus", - "version": "3.1.0", + "version": "3.1.1", "description": "Node-Red node for M-Bus protocol", "main": "index.js", "node-red": {