Skip to content

Commit 701ab7c

Browse files
authored
Merge pull request #85 from FlowFuse/release-bump
Bump for release
2 parents 8fb4a4d + 73b59c1 commit 701ab7c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.7.0
2+
- Proxy support (#81) @Steve-Mcl
3+
- Update build.yml to run tests and other node versions (#83) @Steve-Mcl
4+
- Bump actions/setup-node from 1 to 4 (#79) @dependabot
5+
- Bump actions/checkout from 1 to 4 (#75) @dependabot
6+
- Enable dependabot for github actions (#73) @ppawlowski
7+
18
### 0.6.4
29

310
- Add 'node-red' keyword (#71) @knolleary

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowfuse/nr-project-nodes",
3-
"version": "0.6.4",
3+
"version": "0.7.0",
44
"description": "A collection of Node-RED nodes for easy communication between Node-RED instances running in the FlowFuse platform",
55
"scripts": {
66
"test": "mocha test/unit/**/*_spec.js --timeout 5000",

0 commit comments

Comments
 (0)