Skip to content

Commit 9aba8a1

Browse files
chore(main): release w3up-client 12.5.0 (#1313)
🤖 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 <[email protected]>
1 parent 81d8299 commit 9aba8a1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"packages/capabilities": "13.2.0",
66
"packages/upload-api": "8.4.1",
77
"packages/upload-client": "13.1.0",
8-
"packages/w3up-client": "12.4.1",
8+
"packages/w3up-client": "12.5.0",
99
"packages/did-mailto": "2.0.2"
1010
}

packages/w3up-client/CHANGELOG.md

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

3+
## [12.5.0](https://github.com/web3-storage/w3up/compare/w3up-client-v12.4.1...w3up-client-v12.5.0) (2024-03-21)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Fixes
12+
13+
* upload client should perform filecoin offer ([#1333](https://github.com/web3-storage/w3up/issues/1333)) ([466e3f7](https://github.com/web3-storage/w3up/commit/466e3f79733c30f864cb21e7ed0f0684945417ed))
14+
315
## [12.4.1](https://github.com/web3-storage/w3up/compare/w3up-client-v12.4.0...w3up-client-v12.4.1) (2024-02-01)
416

517

packages/w3up-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-storage/w3up-client",
3-
"version": "12.4.1",
3+
"version": "12.5.0",
44
"description": "Client for the web3.storage w3up api",
55
"license": "Apache-2.0 OR MIT",
66
"type": "module",

0 commit comments

Comments
 (0)