Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit f9d624f

Browse files
authored
Merge pull request #110 from apostrophecms/release-1.26.0
release 1.26.0
2 parents e902b45 + 857905b commit f9d624f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## UNRELEASED
3+
## 1.26.0 (2025-10-30)
44

55
* Replace aws-sdk with @aws-sdk/client-s3.
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uploadfs",
3-
"version": "1.25.2",
3+
"version": "1.26.0",
44
"description": "Store files in a web-accessible location via a simplified API. Can automatically scale and rotate images. Includes S3, Azure and local filesystem-based backends with the most convenient features of each.",
55
"main": "uploadfs.js",
66
"scripts": {
@@ -46,4 +46,4 @@
4646
"node-fetch": "^2.6.9",
4747
"stat-mode": "^0.2.2"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)