Skip to content

Commit

Permalink
Merge pull request #91 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 ace27d8 + 5aa3ec0 commit 9e38202
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#### 1.13.0: Release

- Bump workflows to v0.1.1 version (#90) @ppawlowski
- Pin reusable workflows to v0.1.0 (#89) @ppawlowski
- Allow config to be passed via env for testing (#88) @knolleary
- Add /metrics endpoint (#87) @hardillb
- Fix run serve (#84) @hardillb
- Fix doule export (#83) @hardillb
- Allow JSON HTTP Request logging from the FileServer (#82) @hardillb
- Update ff references in package.json (#80) @knolleary
- Change repo references in workflows after github org rename (#78) @ppawlowski

#### 1.12.0: Release

- Publish nightly package to npmjs (#77) @ppawlowski
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/file-server",
"version": "1.12.0",
"version": "1.13.0",
"description": "A basic Object Storage backend",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9e38202

Please sign in to comment.