node-red-contrib-knx-ultimate 3.3.35 → 3.3.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,12 @@
6
6
 
7
7
  # CHANGELOG
8
8
 
9
+ **Version 3.3.36** - April 2025<br/>
10
+ - Node.js must be >=20.18.1 to allow installation of KNX Ultimate.<br/>
11
+
12
+ **Version 3.3.35** - May 2025<br/>
13
+ - Fixed an issue preventing KNX Engine queue to further processing the KNX queue, in case of lack of ACK reception of a non-existent group address.<br/>
14
+
9
15
  **Version 3.3.34** - April 2025<br/>
10
16
  - **BREAKING CHANGE** **!!!!!!!**: node must be >=20.1.1 (needed before was >=20.0.0).**!!!!!!!** **BREAKING CHANGE**<br/>
11
17
  - housekeeping.<br/>
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "node-red-contrib-knx-ultimate",
3
3
  "engines": {
4
- "node": ">=20.1.1"
4
+ "node": ">=20.18.1"
5
5
  },
6
- "version": "3.3.35",
6
+ "version": "3.3.36",
7
7
  "description": "Control your KNX intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control and ETS group address importer. Easy to use and highly configurable.",
8
8
  "dependencies": {
9
9
  "binary-parser": "2.2.1",