Skip to content

Commit 42ca92e

Browse files
authored
Bumped versions and removed error (#7)
1 parent 28d5b90 commit 42ca92e

File tree

4 files changed

+668
-462
lines changed

4 files changed

+668
-462
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes
2121

2222
## Version history
2323

24-
0.1.2 - Fixed activation issue \
25-
0.1.1 - When running manually it will return the first item for the feed \
24+
0.1.3 - Bumped versions and removed error output to match standard nodes
25+
0.1.2 - Fixed activation issue
26+
0.1.1 - When running manually it will return the first item for the feed
2627
0.1.0 - Initial Release

nodes/RssFeedTrigger/RssFeedTrigger.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class RssFeedTrigger implements INodeType {
8888
}
8989
return null;
9090
} catch (error) {
91-
return [this.helpers.returnJsonArray(error)];
91+
return null;
9292
}
9393
}
9494
}

0 commit comments

Comments
 (0)