Skip to content

Commit 2b19429

Browse files
committed
Bump version to 1.4.1
1 parent 3908360 commit 2b19429

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.4.1] - 2025-11-16
4+
5+
- Bugfix: Don't use absolute paths for internal API calls for config setup
6+
- Fixes 404 errors when running Node-RED on a sub-path
7+
38
## [1.4.0] - 2025-11-26
49

510
- New node: _Poll workflows_ [#21](https://github.com/seqeralabs/node-red-seqera/pull/21)

docker/flows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
"type": "global-config",
344344
"env": [],
345345
"modules": {
346-
"@seqera/node-red-seqera": "1.4.0"
346+
"@seqera/node-red-seqera": "1.4.1"
347347
}
348348
}
349349
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seqera/node-red-seqera",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Node-RED nodes for interacting with the Seqera Platform API",
55
"author": "Phil Ewels <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)