@flowfuse/file-server 2.28.1-dfd0477-202603131028.0 → 2.28.1

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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ #### 2.28.1: Release
2
+
3
+ - Bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#245)
4
+ - ci: Use NodeJS v24 to build package (#249) @ppawlowski
5
+ - ci: Use NodeJS v24 as a default GitHub Actions runtime (#248) @ppawlowski
6
+ - Bump flatted from 3.3.3 to 3.4.2 (#246) @app/dependabot
7
+ - Bump fast-xml-parser and @aws-sdk/xml-builder (#247) @app/dependabot
8
+ - ci: replace `tibdex/github-app-token` with `actions/create-github-app-token` (#244) @ppawlowski
9
+ - ci: add concurrency to publish workflow (#243) @ppawlowski
10
+
1
11
  #### 2.28.0: Release
2
12
 
3
13
  - Bump actions/setup-node from 6.2.0 to 6.3.0 (#240)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/file-server",
3
- "version": "2.28.1-dfd0477-202603131028.0",
3
+ "version": "2.28.1",
4
4
  "description": "A basic Object Storage backend",
5
5
  "main": "index.js",
6
6
  "scripts": {