Skip to content

Commit

Permalink
Bumped versions and removed error (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom authored Nov 14, 2022
1 parent 28d5b90 commit 42ca92e
Show file tree
Hide file tree
Showing 4 changed files with 668 additions and 462 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes

## Version history

0.1.2 - Fixed activation issue \
0.1.1 - When running manually it will return the first item for the feed \
0.1.3 - Bumped versions and removed error output to match standard nodes
0.1.2 - Fixed activation issue
0.1.1 - When running manually it will return the first item for the feed
0.1.0 - Initial Release
2 changes: 1 addition & 1 deletion nodes/RssFeedTrigger/RssFeedTrigger.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class RssFeedTrigger implements INodeType {
}
return null;
} catch (error) {
return [this.helpers.returnJsonArray(error)];
return null;
}
}
}
Loading

0 comments on commit 42ca92e

Please sign in to comment.