@flowfuse/file-server 2.14.2-c46ae11-202503051615.0 → 2.15.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.15.0: Release
2
+
3
+ - PostgreSQL returning string for used quota size (#147) @hardillb
4
+ - Fix starup log to print file-server version (#146) @hardillb
5
+
1
6
  #### 2.14.1: Release
2
7
 
3
8
  - Bump serialize-javascript and mocha (#144) @app/dependabot
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/file-server",
3
- "version": "2.14.2-c46ae11-202503051615.0",
3
+ "version": "2.15.0",
4
4
  "description": "A basic Object Storage backend",
5
5
  "main": "index.js",
6
6
  "scripts": {