Skip to content

Commit

Permalink
chore(main): release upload-api 13.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 13, 2024
1 parent 9982d12 commit 730ec85
Show file tree
Hide file tree
Showing 3 changed files with 10 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.0.3",
"packages/upload-client": "14.0.0",
"packages/w3up-client": "13.0.1",
"packages/did-mailto": "2.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/upload-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### 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.0.3",
"type": "module",
"main": "./src/lib.js",
"homepage": "https://web3.storage",
Expand Down

0 comments on commit 730ec85

Please sign in to comment.