From 1b4e8eb4169cbad158bf6c92ab48ce19e2816947 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Wed, 9 Nov 2022 15:28:43 +0100 Subject: [PATCH] Release 3.0.0-beta.0 --- CHANGELOG.md | 22 ++++++++++++++++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c99d38a..e0b53d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,25 @@ 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). -#### [1.3.1](https://github.com/robertsLando/node-red-contrib-m-bus/compare/1.3.0...1.3.1) +#### [v3.0.0-beta.0](https://github.com/robertsLando/node-red-contrib-m-bus/compare/v1.3.1...v3.0.0-beta.0) + +- feat: bump deps add eslint and workflow [`#22`](https://github.com/robertsLando/node-red-contrib-m-bus/pull/22) +- chore(deps): bump bl from 4.0.2 to 4.0.3 [`#9`](https://github.com/robertsLando/node-red-contrib-m-bus/pull/9) +- fix: bumped deps and fixed deprecations [`394be4d`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/394be4d789768e324e84f6bf0125f81ccda64a4d) +- chore: add missing dep [`b41425b`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/b41425b85cd8777cff5638b7faa53e73c8d74f09) +- chore: bump set-value-3.0.1 [`13ff0d1`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/13ff0d183877593718db56d3adc1a6c2fefb02c2) +- chore: release beta script [`bbcb7c9`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/bbcb7c94937ee44c410330b26466984f0d0446ca) +- Create FUNDING.yml [`190bada`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/190bada00c12bb278d02c8f2646445e31fc06062) +- [chore] Removed github release script [`2c671b5`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/2c671b523cc03b76bc1ad981eee845c106387740) +- Bumped version 2.0.0 [`be847b2`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/be847b2915f7dd21f3ffb3f0f39535e9fe86a59a) +- [docs] Buymeacoffie [`f224e35`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/f224e3584e86be03d843b2b1e4433752dd6da01c) + +#### [v1.3.1](https://github.com/robertsLando/node-red-contrib-m-bus/compare/1.3.0...v1.3.1) > 25 June 2019 - [chore] Updated node-mbus to 1.0.0 [`404885d`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/404885db982f0683e4208c7ba2c7d09604222e1a) +- Release 1.3.1 [`125f0e4`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/125f0e4243c2360925008425e96297bea5565d85) - [build] Added release it and auto-changelog [`79b2a06`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/79b2a0668966b031d695cdd61d24d1d470d0d41f) #### [1.3.0](https://github.com/robertsLando/node-red-contrib-m-bus/compare/1.2.4...1.3.0) @@ -55,13 +69,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Performance improvements [`2358df8`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/2358df8b7e418993d6978afbc5f1d9f19e327e1b) - Return device updatet to the callback too [`7457f7e`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/7457f7ece9bcda09e7760e8874ee4983d3ea3708) - Fixed error when controller request toi read an integer [`5758c57`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/5758c57eb2fbc9611afddc8bfd5c3d689d5da68e) -- Fix update of secondaryID [`4e95482`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/4e9548200163ef5d60b87c31534d441c097ed9e6) - Updated readme and dashboard flow and ready for 1.2.0 release [`be893da`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/be893da9d5c4322ce87d23e3fb76a58bddd5afbe) +- Fix update of secondaryID [`4e95482`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/4e9548200163ef5d60b87c31534d441c097ed9e6) +- Fixed typo [`9ed97a9`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/9ed97a96e7150adcce8e711f13dd1de76da194c5) +- Fixed getDevice method to return unknokn devices too [`3a0b726`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/3a0b726a4b7e1a746674f8dcb6a7302bb80ed89f) - Fixed getDevice caused replace when scanning using primaryID [`3ecea42`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/3ecea42b8b9e77f5f5fe0817fbc7c3bc7343dfa2) - Fixed typo [`2ed2849`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/2ed2849ed4b656f7c62dda51e597c7033b0b58c0) -- Fixed typo [`9ed97a9`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/9ed97a96e7150adcce8e711f13dd1de76da194c5) - Convert id to string before parsing [`d8918ea`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/d8918eac2bd0a66f27204819fba299671a0aeb44) -- Fixed getDevice method to return unknokn devices too [`3a0b726`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/3a0b726a4b7e1a746674f8dcb6a7302bb80ed89f) - Remove unknokn devices properly [`c17b3e6`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/c17b3e6f641ee4836e4af714f44ebcede105ba6f) - Device error to null [`37266c9`](https://github.com/robertsLando/node-red-contrib-m-bus/commit/37266c95451181de817ef6b98b3ac150629fcfbf) diff --git a/package-lock.json b/package-lock.json index f0a4fd6..c3350dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "node-red-contrib-m-bus", - "version": "2.0.0", + "version": "3.0.0-beta.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.0.0", + "version": "3.0.0-beta.0", "license": "MIT", "dependencies": { "jsonfile": "^6.1.0", diff --git a/package.json b/package.json index da23263..d66161a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-m-bus", - "version": "2.0.0", + "version": "3.0.0-beta.0", "description": "Node-Red node for M-Bus protocol", "main": "index.js", "node-red": {