@flowfuse/file-server 2.27.2-93bc0a8-202603110932.0 → 2.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ #### 2.28.0: Release
2
+
3
+ - Bump actions/setup-node from 6.2.0 to 6.3.0 (#240)
4
+ - Bump benc-uk/workflow-dispatch from 1.2.4 to 1.3.1 (#231)
5
+ - Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml (#235)
6
+ - Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#236)
7
+ - Bump flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml (#237)
8
+ - Bump fastify from 5.7.4 to 5.8.1 (#238) @app/dependabot
9
+ - Bump sequelize from 6.33.0 to 6.37.8 (#241) @app/dependabot
10
+ - Bump fast-xml-parser and @aws-sdk/xml-builder (#239) @app/dependabot
11
+
1
12
  #### 2.27.1: Release
2
13
 
3
14
  - Bump flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml (#226)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/file-server",
3
- "version": "2.27.2-93bc0a8-202603110932.0",
3
+ "version": "2.28.0",
4
4
  "description": "A basic Object Storage backend",
5
5
  "main": "index.js",
6
6
  "scripts": {