Skip to content

Commit 43bdf2f

Browse files
authored
Merge pull request #673 from telefonicaid/task/prepare_3.4.0
step prepare 3.4.0
2 parents 4de7257 + f072c60 commit 43bdf2f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- Upgrade express dep from ~4.16.4 to 4.19.2 due to a vulnerability
1+

Changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.4.0 (April 26th, 2024)
2+
3+
- Upgrade express dep from ~4.16.4 to 4.19.2 due to a vulnerability
4+
- Upgrade iotagent-node-lib dependency from 4.2.0 to 4.3.0
5+
16
3.3.0 (February 27th, 2024)
27

38
- Add: log and return device/group information when DeviceNotFound and GroupNotFound errors (iotagent-json#815)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iotagent-ul",
33
"license": "AGPL-3.0-only",
44
"description": "IoT Agent for the Ultralight 2.0 protocol",
5-
"version": "3.3.0-next",
5+
"version": "3.4.0",
66
"homepage": "https://github.com/telefonicaid/iotagent-ul",
77
"author": {
88
"name": "Daniel Moran",
@@ -40,7 +40,7 @@
4040
"body-parser": "1.18.3",
4141
"dateformat": "3.0.3",
4242
"express": "4.19.2",
43-
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
43+
"iotagent-node-lib": "4.4.0",
4444
"logops": "2.1.2",
4545
"mqtt": "4.3.7",
4646
"underscore": "1.12.1"

0 commit comments

Comments
 (0)