From 3b74860e89d8401079888e23851477a515b12f95 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Mon, 2 Oct 2023 14:00:51 +0200 Subject: [PATCH 1/3] bump 2.4.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2b20aa14..b9d0439c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iotagent-ul", "license": "AGPL-3.0-only", "description": "IoT Agent for the Ultralight 2.0 protocol", - "version": "2.4.1", + "version": "2.4.2", "homepage": "https://github.com/telefonicaid/iotagent-ul", "author": { "name": "Daniel Moran", @@ -40,7 +40,7 @@ "body-parser": "1.18.3", "dateformat": "3.0.3", "express": "~4.16.4", - "iotagent-node-lib": "3.4.1", + "iotagent-node-lib": "3.4.2", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1" From 327804af60c8cc5b84950142a2582608c0a7ad45 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Mon, 2 Oct 2023 14:12:25 +0200 Subject: [PATCH 2/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9d0439c..18b80c65 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "body-parser": "1.18.3", "dateformat": "3.0.3", "express": "~4.16.4", - "iotagent-node-lib": "3.4.2", + "iotagent-node-lib": "3.4.3", "logops": "2.1.2", "mqtt": "4.3.7", "underscore": "1.12.1" From 496e582a7c939e30d1ce742d6f20d20908621813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Mon, 2 Oct 2023 14:15:17 +0200 Subject: [PATCH 3/3] FIX version numbers --- Changelog | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index c2bd045d..54954220 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,6 @@ 2.4.1 (October 2nd, 2023) -- Upgrade iotagent-node-lib dependency from 3.4.0 to 3.4.1 +- Upgrade iotagent-node-lib dependency from 3.4.0 to 3.4.3 2.4.0 (Sep 20th, 2023) diff --git a/package.json b/package.json index 18b80c65..e0f2a838 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iotagent-ul", "license": "AGPL-3.0-only", "description": "IoT Agent for the Ultralight 2.0 protocol", - "version": "2.4.2", + "version": "2.4.1", "homepage": "https://github.com/telefonicaid/iotagent-ul", "author": { "name": "Daniel Moran",