Skip to content

Commit 26c3b92

Browse files
committed
Merge branch 'main' of github.com:storacha/upload-service
2 parents 8c10e95 + 3726338 commit 26c3b92

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/filecoin-api": "0.0.0",
55
"packages/filecoin-client": "0.0.0",
66
"packages/capabilities": "1.0.0",
7-
"packages/upload-api": "1.0.4",
7+
"packages/upload-api": "1.1.0",
88
"packages/upload-client": "1.0.0",
99
"packages/w3up-client": "1.0.0",
1010
"packages/did-mailto": "1.0.0"

packages/upload-api/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/storacha/upload-service/compare/upload-api-v1.0.4...upload-api-v1.1.0) (2024-11-07)
4+
5+
6+
### Features
7+
8+
* export test external service implementations ([2a2eb0c](https://github.com/storacha/upload-service/commit/2a2eb0c0280da85d514c8bca99fc8eea9fa0aa4a))
9+
310
## [1.0.4](https://github.com/storacha/upload-service/compare/upload-api-v1.0.3...upload-api-v1.0.4) (2024-11-06)
411

512

packages/upload-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@storacha/upload-api",
33
"description": "The upload api for storacha.network",
4-
"version": "1.0.4",
4+
"version": "1.1.0",
55
"type": "module",
66
"main": "./src/lib.js",
77
"homepage": "https://storacha.network",

0 commit comments

Comments
 (0)