Skip to content

Commit cc77e79

Browse files
authored
Merge pull request #908 from telefonicaid/task/prepare_3_13_0
step 3.12.0-next -> 3.13.0
2 parents 6015230 + f124588 commit cc77e79

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
- Add: IOTA_EXTRA_JEXL_TRANSFORMATIONS_PATH / config.extraJexlTransformationsPath to enable custom jexl tranformations (#906)
2-
- Remove: config.jexlTransformations (replaced by new IOTA_EXTRA_JEXL_TRANSFORMATIONS_PATH / config.extraJexlTransformationsPath)

Changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
3.12.0 (Jan 28th, 2025)
1+
3.13.0 (Feb 4th, 2026)
2+
3+
- Add: IOTA_EXTRA_JEXL_TRANSFORMATIONS_PATH / config.extraJexlTransformationsPath to enable custom jexl tranformations (#906)
4+
- Remove: config.jexlTransformations (replaced by new IOTA_EXTRA_JEXL_TRANSFORMATIONS_PATH / config.extraJexlTransformationsPath)
5+
- Upgrade iotagent-node-lib dependency from 4.12.0 to 4.13.0
6+
7+
3.12.0 (Jan 28th, 2026)
28

39
- Upgrade iotagent-node-lib dependency from 4.11.0 to 4.12.0
410

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.12.0-next",
5+
"version": "3.13.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.21.2",
71-
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
71+
"iotagent-node-lib": "4.13.0",
7272
"logops": "2.1.2",
7373
"mqtt": "5.13.0",
7474
"sinon": "~6.1.0",

0 commit comments

Comments
 (0)