Skip to content

Commit de0ef34

Browse files
authored
Merge pull request #843 from telefonicaid/task/prepare_3.6.0
step 3.5.0 -> 3.6.0
2 parents ddd93da + c39d145 commit de0ef34

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- Upgrade body-parser dep from 1.20.0 to 1.20.3
2-
- Upgrade express de from 4.19.2 to 4.20.0
1+

Changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.6.0 (September 18th, 2024)
2+
3+
- Upgrade body-parser dep from 1.20.0 to 1.20.3
4+
- Upgrade express dep from 4.19.2 to 4.20.0
5+
- Upgrade iotagent-node-lib dependency from 4.5.0 to 4.6.0
6+
17
3.5.0 (June 11th, 2024)
28

39
- Fix: update device using previous device apikey to avoid error when apikey is updated (#833)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iotagent-json",
33
"license": "AGPL-3.0-only",
44
"description": "IoT Agent for the JSON protocol",
5-
"version": "3.5.0-next",
5+
"version": "3.6.0",
66
"homepage": "https://github.com/telefonicaid/iotagent-json",
77
"author": {
88
"name": "Daniel Moran",
@@ -68,7 +68,7 @@
6868
"body-parser-xml": "2.0.5",
6969
"dateformat": "3.0.3",
7070
"express": "4.20.0",
71-
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
71+
"iotagent-node-lib": "4.6.0",
7272
"logops": "2.1.2",
7373
"mqtt": "4.3.7",
7474
"sinon": "~6.1.0",

0 commit comments

Comments
 (0)