@flowfuse/file-server 2.28.2-fcea235-202603311215.0 → 2.29.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.
- package/CHANGELOG.md +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
#### 2.29.0: Release
|
|
2
|
+
|
|
3
|
+
- Bump tar and sqlite3 (#258) @app/dependabot
|
|
4
|
+
- Bump brace-expansion (#254) @app/dependabot
|
|
5
|
+
- Bump yaml from 2.3.1 to 2.8.3 (#253) @app/dependabot
|
|
6
|
+
- Bump picomatch (#252) @app/dependabot
|
|
7
|
+
- Bump fastify from 5.8.1 to 5.8.4 (#251) @app/dependabot
|
|
8
|
+
|
|
1
9
|
#### 2.28.1: Release
|
|
2
10
|
|
|
3
11
|
- Bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#245)
|