Skip to content

Commit

Permalink
Merge pull request #12 from flowforge/v020
Browse files Browse the repository at this point in the history
Update for 0.2.0
  • Loading branch information
hardillb committed Mar 16, 2023
2 parents a14124d + dd54f40 commit a4273f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
#### 0.2.0 Release

- Relabel projects to instances (#11) @knolleary
- Prepend forgeURL with https if no protocol is specified (#10) @knolleary
- Prefill server url with FF Cloud if not otherwise set (#9) @knolleary
- docs: Deduplicate and promote FlowForge docs (#7) @ZJvandeWeg

#### 0.1.0 Release

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

#### 0.0.1 Release

- Initial release
- Initial release
2 changes: 1 addition & 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.1.0",
"version": "0.2.0",
"description": "A Node-RED plugin that adds FlowForge platform tools to the editor",
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit a4273f2

Please sign in to comment.