Skip to content

Commit 94a02c0

Browse files
authored
Merge pull request #36 from FlowFuse/0.4.0
v0.4.0 Release
2 parents 53aa83d + 18ab933 commit 94a02c0

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
#### 0.4.0 Release
2+
3+
- Bump actions/checkout from 4.2.2 to 5.0.0 (#35)
4+
- Bump actions/setup-node from 4.3.0 to 4.4.0 (#33)
5+
- Bump undici from 5.28.5 to 5.29.0 (#34) @dependabot
6+
- Fix lint script (#32) @ppawlowski
7+
- chore: Pin external actions to commit hash (#31) @ppawlowski
8+
- Bump undici from 5.28.4 to 5.28.5 (#30) @dependabot
9+
- Bump rollup from 3.19.1 to 3.29.5 (#29) @dependabot
10+
- Bump braces from 3.0.2 to 3.0.3 (#28) @dependabot
11+
- Bump JS-DevTools/npm-publish from 1 to 3 (#26) @dependabot
12+
- Bump actions/setup-node from 1 to 4 (#25) @dependabot
13+
- Bump actions/checkout from 1 to 4 (#27) @dependabot
14+
- Enable dependabot for github actions (#24) @ppawlowski
15+
- Update package.json tags (#23) @ZJvandeWeg
16+
- Bump undici from 5.28.3 to 5.28.4 (#22) @dependabot
17+
- Bump undici from 5.26.5 to 5.28.3 (#21) @dependabot
18+
- Bump postcss from 8.4.21 to 8.4.31 (#20) @dependabot
19+
120
#### 0.3.0 Release
221

322
- Rebrand to FlowFuse and migrate to @flowfuse npm scope

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-tools-plugin",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A Node-RED plugin that adds FlowFuse platform tools to the editor",
55
"scripts": {
66
"build": "rollup -c",

0 commit comments

Comments
 (0)