diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ea8a8..f401aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +#### 2.9.0: Release + + - Bump flowfuse/github-actions-workflows from 0.29.0 to 0.30.0 (#130) + - Bump flowfuse/github-actions-workflows from 0.28.0 to 0.29.0 (#128) + - Bump find-my-way and fastify (#129) @app/dependabot + - Bump flowfuse/github-actions-workflows from 0.1.1 to 0.28.0 (#127) @app/dependabot + - Bump tibdex/github-app-token from 1 to 2 (#109) @app/dependabot + - Bump JS-DevTools/npm-publish from 2 to 3 (#108) @app/dependabot + - Fix quota parsing (#126) @hardillb + #### 2.8.0: Release diff --git a/package-lock.json b/package-lock.json index cd28fb1..6877b79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flowfuse/file-server", - "version": "2.8.0", + "version": "2.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@flowfuse/file-server", - "version": "2.8.0", + "version": "2.9.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-s3": "^3.388.0", diff --git a/package.json b/package.json index 3430bff..25befd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowfuse/file-server", - "version": "2.8.0", + "version": "2.9.0", "description": "A basic Object Storage backend", "main": "index.js", "scripts": {