diff --git a/CHANGELOG.md b/CHANGELOG.md index 876a7a1..78c83ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +#### 2.32.0: Release + + - Bump js-yaml from 4.1.1 to 4.3.0 (#295) + - Bump tar from 7.5.13 to 7.5.16 (#292) + - Bump actions/checkout from 6.0.3 to 7.0.0 (#294) + - Bump actions/checkout from 6.0.2 to 6.0.3 (#286) + - ci: set dependabot pull request limit to 30 (#293) + #### 2.31.3: Release diff --git a/package-lock.json b/package-lock.json index 9eb952d..d8083b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flowfuse/file-server", - "version": "2.31.3", + "version": "2.32.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@flowfuse/file-server", - "version": "2.31.3", + "version": "2.32.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-s3": "^3.388.0", diff --git a/package.json b/package.json index 01edef6..fe9c78d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowfuse/file-server", - "version": "2.31.3", + "version": "2.32.0", "description": "A basic Object Storage backend", "main": "index.js", "scripts": {