Skip to content

Commit

Permalink
Merge pull request #2 from flowforge/002-release
Browse files Browse the repository at this point in the history
Update for 0.1.0 release
  • Loading branch information
Steve-Mcl authored Nov 23, 2022
2 parents 5f9ee08 + 78e0955 commit b62ea0b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#### 0.1.0 Release

- Add error handling for unresponsive server endpoint (#1) @knolleary

#### 0.0.1 Release

- Initial release
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowforge/nr-tools-plugin",
"version": "0.0.1",
"version": "0.1.0",
"description": "A Node-RED plugin that adds FlowForge platform tools to the editor",
"scripts": {
"build": "rollup -c",
Expand All @@ -24,6 +24,10 @@
"flowforge-nr-tools": "dist/plugin.js"
}
},
"keywords": [
"flowforge",
"node-red"
],
"engines": {
"node": ">=16.x"
},
Expand Down

0 comments on commit b62ea0b

Please sign in to comment.