@flowfuse/file-server 2.29.2-ffb4446-202604300900.0 → 2.30.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 +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ #### 2.30.0: Release
2
+
3
+ - Bump actions/setup-node from 6.3.0 to 6.4.0 (#273)
4
+ - Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml (#272)
5
+ - Bump flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml (#271)
6
+ - Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#270)
7
+ - Bump actions/create-github-app-token from 3.0.0 to 3.1.1 (#268)
8
+ - Bump ip-address from 10.1.0 to 10.2.0 (#276) @app/dependabot
9
+ - ci: Use new project-automation workflow (#275) @ppawlowski
10
+ - Bump fast-xml-parser and @aws-sdk/xml-builder (#274) @app/dependabot
11
+ - Bump fastify from 5.8.4 to 5.8.5 (#269) @app/dependabot
12
+ - Bump lodash from 4.17.23 to 4.18.1 (#263) @app/dependabot
13
+
1
14
  #### 2.29.1: Release
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/file-server",
3
- "version": "2.29.2-ffb4446-202604300900.0",
3
+ "version": "2.30.0",
4
4
  "description": "A basic Object Storage backend",
5
5
  "main": "index.js",
6
6
  "scripts": {