Skip to content

Commit 9488e05

Browse files
authored
Merge pull request #28 from thinger-io/develop/node-red
2 parents 4c57bf1 + 1ae2609 commit 9488e05

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

node-red/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 1.9.1-1 - 2025-02-25
6+
7+
### Changed
8+
9+
- Bumped node-red-contrib-thinger to 1.9.1
10+
511
## 1.9.0-1 - 2024-11-01
612

713
### Changed

node-red/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "node-red",
3-
"version" : "1.9.0-1",
3+
"version" : "1.9.1-1",
44
"description" : "Plugin for Node-RED integration",
55
"author" : "Alvaro Luis Bustamante",
66
"license" : "MIT",

node-red/task/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FROM nodered/node-red:4.0.5
2-
RUN npm install [email protected].0
2+
RUN npm install [email protected].1

0 commit comments

Comments
 (0)