From 8331f882474fec3f25e3446430d99ee667ecf737 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Thu, 9 May 2024 17:07:57 +0200 Subject: [PATCH] chore: release v2.2.4 * (Apollon77) Allow build with Nodejs 22 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1386d9f..0756737 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ When you try to read data while communication is in progress your callback is ca * Also build the libmbus binaries and tools? (if needed) ## Changelog -### __WORK IN PROGRESS__ +### 2.2.4 (2024-05-09) * (Apollon77) Allow build with Nodejs 22 ### 2.2.2 (2024-04-05) diff --git a/package-lock.json b/package-lock.json index 075e429..bb1dc81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-mbus", - "version": "2.2.3", + "version": "2.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-mbus", - "version": "2.2.3", + "version": "2.2.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8adc7ba..e48441e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-mbus", - "version": "2.2.3", + "version": "2.2.4", "description": "libmbus binding", "keywords": [ "mbus"