Skip to content

Commit

Permalink
chore(main): release upload-api 13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 13, 2024
1 parent 49aef56 commit 60d94bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/filecoin-api": "6.0.1",
"packages/filecoin-client": "3.3.3",
"packages/capabilities": "17.0.0",
"packages/upload-api": "13.0.2",
"packages/upload-api": "13.1.0",
"packages/upload-client": "14.0.0",
"packages/w3up-client": "13.0.1",
"packages/did-mailto": "2.0.2"
Expand Down
13 changes: 13 additions & 0 deletions packages/upload-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [13.1.0](https://github.com/w3s-project/w3up/compare/upload-api-v13.0.2...upload-api-v13.1.0) (2024-05-13)


### Features

* add blob protocol to upload-client ([#1425](https://github.com/w3s-project/w3up/issues/1425)) ([49aef56](https://github.com/w3s-project/w3up/commit/49aef564a726d34dbbedbd83f5366d9320180f99))


### Fixes

* add format specifier to blob location claim URL ([#1445](https://github.com/w3s-project/w3up/issues/1445)) ([9982d12](https://github.com/w3s-project/w3up/commit/9982d12b0a1f9a6da3f0d4264b9a35348e189dfb))
* test against actual api ([#1438](https://github.com/w3s-project/w3up/issues/1438)) ([f8132ca](https://github.com/w3s-project/w3up/commit/f8132ca1fced72a4addc7e9f0a2162e823c1ea5f))

## [13.0.2](https://github.com/w3s-project/w3up/compare/upload-api-v13.0.1...upload-api-v13.0.2) (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/upload-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3-storage/upload-api",
"description": "The upload api for web3.storage",
"version": "13.0.2",
"version": "13.1.0",
"type": "module",
"main": "./src/lib.js",
"homepage": "https://web3.storage",
Expand Down

0 comments on commit 60d94bb

Please sign in to comment.