File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
strategy :
11
11
matrix :
12
- node-version : [16 .x, 18 .x, 20 .x]
12
+ node-version : [18 .x, 20 .x, 22 .x]
13
13
14
14
steps :
15
15
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1
1
# node-red-contrib-aedes Changelog
2
2
3
+ ## Jul 29, 2024, Version 0.13.2
4
+ ### Notable changes
5
+ - New tests with NodeJS 22
6
+
7
+ ## Jun 21, 2024, Version 0.13.1
8
+ ### Notable changes
9
+ - Update aedes to version 0.51.2
10
+
3
11
## Feb 16, 2024, Version 0.13.0
4
12
### Notable changes
5
13
- Update aedes to version 0.51.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-red-contrib-aedes" ,
3
- "version" : " 0.13.1 " ,
3
+ "version" : " 0.13.2 " ,
4
4
"description" : " Node Red MQTT broker node based on aedes.js" ,
5
5
"dependencies" : {
6
6
"aedes" : " ^0.51.0" ,
24
24
}
25
25
},
26
26
"engines" : {
27
- "node" : " >=14 .0.0"
27
+ "node" : " >=16 .0.0"
28
28
},
29
29
"repository" : {
30
30
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments