Skip to content

Commit

Permalink
chore(main): release w3up-client 12.5.0 (#1313)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[12.5.0](w3up-client-v12.4.1...w3up-client-v12.5.0)
(2024-03-21)


### Features

* upgrade ucanto/transport to 9.1.0 in all packages to get more verbose
errors from HTTP transport on non-ok response
([#1312](#1312))
([d6978d7](d6978d7))


### Fixes

* upload client should perform filecoin offer
([#1333](#1333))
([466e3f7](466e3f7))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: Vasco Santos <santos.vasco10@gmail.com>
  • Loading branch information
it-dag-house and vasco-santos committed Mar 21, 2024
1 parent 81d8299 commit 9aba8a1
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@ -5,6 +5,6 @@
"packages/capabilities": "13.2.0",
"packages/upload-api": "8.4.1",
"packages/upload-client": "13.1.0",
"packages/w3up-client": "12.4.1",
"packages/w3up-client": "12.5.0",
"packages/did-mailto": "2.0.2"
}
12 changes: 12 additions & 0 deletions packages/w3up-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [12.5.0](https://github.com/web3-storage/w3up/compare/w3up-client-v12.4.1...w3up-client-v12.5.0) (2024-03-21)


### Features

* upgrade ucanto/transport to 9.1.0 in all packages to get more verbose errors from HTTP transport on non-ok response ([#1312](https://github.com/web3-storage/w3up/issues/1312)) ([d6978d7](https://github.com/web3-storage/w3up/commit/d6978d7ab299be76987c6533d18e6857f6998fe6))


### Fixes

* upload client should perform filecoin offer ([#1333](https://github.com/web3-storage/w3up/issues/1333)) ([466e3f7](https://github.com/web3-storage/w3up/commit/466e3f79733c30f864cb21e7ed0f0684945417ed))

## [12.4.1](https://github.com/web3-storage/w3up/compare/w3up-client-v12.4.0...w3up-client-v12.4.1) (2024-02-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/w3up-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/w3up-client",
"version": "12.4.1",
"version": "12.5.0",
"description": "Client for the web3.storage w3up api",
"license": "Apache-2.0 OR MIT",
"type": "module",
Expand Down

0 comments on commit 9aba8a1

Please sign in to comment.