@flowfuse/file-server 2.15.1-3cbf144-202504021302.0 → 2.16.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 +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ #### 2.16.0: Release
2
+
3
+ - Bump @babel/runtime from 7.22.15 to 7.26.10 (#149) @app/dependabot
4
+ - chore: Pin external actions to commit hash (#151) @ppawlowski
5
+
1
6
  #### 2.15.0: Release
2
7
 
3
8
  - PostgreSQL returning string for used quota size (#147) @hardillb
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/file-server",
3
- "version": "2.15.1-3cbf144-202504021302.0",
3
+ "version": "2.16.0",
4
4
  "description": "A basic Object Storage backend",
5
5
  "main": "index.js",
6
6
  "scripts": {