@flowfuse/file-server 2.25.1-dd6820f-202601130752.0 → 2.26.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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ #### 2.26.0: Release
2
+
3
+ - Bump JS-DevTools/npm-publish from 4.1.1 to 4.1.3 (#203)
4
+ - fix eqeqeq and quotes rules (#201) @hardillb
5
+ - Rename context driver to `db` from `sequelize` (#198) @hardillb
6
+ - Convert to eslint v9 (#200) @hardillb
7
+ - Bump to Fastify v5 (#195) @hardillb
8
+ - Bump flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml from 0.44.0 to 0.45.0 (#197) @app/dependabot
9
+ - Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml from 0.44.0 to 0.45.0 (#196) @app/dependabot
10
+
1
11
  #### 2.25.0: Release
2
12
 
3
13
  - Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml (#193)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/file-server",
3
- "version": "2.25.1-dd6820f-202601130752.0",
3
+ "version": "2.26.0",
4
4
  "description": "A basic Object Storage backend",
5
5
  "main": "index.js",
6
6
  "scripts": {