Skip to content

Commit 90f3267

Browse files
committed
Bumped node-red-contrib-thinger to version 1.7.6
1 parent 015e437 commit 90f3267

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
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 1.7.6-1 - 2024-05-23
5+
6+
### Changed
7+
8+
- Bumped node-red-contrib-thinger to 1.7.6
9+
410
## 1.7.5-1 - 2024-05-22
511

612
### 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.7.5-1",
3+
"version" : "1.7.6-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:3.1.9-18
2-
RUN npm install [email protected].5
2+
RUN npm install [email protected].6

0 commit comments

Comments
 (0)