We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e2d82 commit 28cec39Copy full SHA for 28cec39
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.1.1] - 2025-05-17
4
+
5
+- Fixed bug: Prettier was indenting markdown which broke help text rendering.
6
7
## [0.1.0] - 2025-05-16
8
9
### Added
package.json
@@ -1,6 +1,6 @@
{
"name": "@seqera/node-red-seqera",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Node-RED nodes for interacting with the Seqera Platform API",
"author": "Phil Ewels <phil.ewels@seqera.io>",
"license": "Apache-2.0",
0 commit comments