Skip to content

Commit

Permalink
Merge pull request #187 from FlowFuse/release-1.13.0
Browse files Browse the repository at this point in the history
Release 1.13.0
  • Loading branch information
hardillb authored Oct 26, 2023
2 parents f69c696 + 5e46184 commit e9711d6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
#### 1.13.0: Release

- Fixes node path for k8s/docker environments (#186) @knolleary
- FIX: Dispatch node-red image rebuild after successful package publish (#185) @ppawlowski
- Update project nodes for new org (#183) @knolleary
- Pin reusable workflows to v0.1.0 (#184) @ppawlowski
- Update to use @flowfuse/nr-file-nodes (#182) @knolleary
- Remove unused workflow (#181) @knolleary
- Bump build and publish workflow versions (#180) @ppawlowski
- Move nr-persistent-context into nr-launcher (#179) @knolleary
- Add tests and fix error samples (#178) @hardillb
- Resource monitoring and alerts (#176) @hardillb
- Update branding in theme menu items (#177) @knolleary
- Update ff references in package.json (#174) @knolleary
- Change repo references in workflows after github org rename (#169) @ppawlowski

#### 1.12.0: Release

- Fix tests on windows - ensure forward slashes on paths (#172) @Steve-Mcl
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-launcher",
"version": "1.12.0",
"version": "1.13.0",
"description": "FlowFuse Launcher for running Node-RED",
"exports": {
"./auditLogger": "./lib/auditLogger/index.js",
Expand Down

0 comments on commit e9711d6

Please sign in to comment.