Skip to content

Commit

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


##
[14.1.0](upload-client-v14.0.0...upload-client-v14.1.0)
(2024-05-14)


### Features

* add blob protocol to upload-client
([#1425](#1425))
([49aef56](49aef56))


### Fixes

* cid for filecoin offer must be raw
([#1450](#1450))
([c3dd7b5](c3dd7b5))


### Other Changes

* appease linter
([782c6d0](782c6d0))

---
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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Travis Vachon <[email protected]>
  • Loading branch information
github-actions[bot] and travis committed May 14, 2024
1 parent af9f44e commit e805591
Show file tree
Hide file tree
Showing 3 changed files with 19 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,7 +5,7 @@
"packages/filecoin-client": "3.3.3",
"packages/capabilities": "17.1.0",
"packages/upload-api": "13.0.2",
"packages/upload-client": "14.0.0",
"packages/upload-client": "14.1.0",
"packages/w3up-client": "13.0.1",
"packages/did-mailto": "2.0.2"
}
17 changes: 17 additions & 0 deletions packages/upload-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [14.1.0](https://github.com/w3s-project/w3up/compare/upload-client-v14.0.0...upload-client-v14.1.0) (2024-05-14)


### 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

* cid for filecoin offer must be raw ([#1450](https://github.com/w3s-project/w3up/issues/1450)) ([c3dd7b5](https://github.com/w3s-project/w3up/commit/c3dd7b58e0f88f2d89d5ba12435339d839765e8c))


### Other Changes

* appease linter ([782c6d0](https://github.com/w3s-project/w3up/commit/782c6d0b3ca93ee801b38126339a262bcd713ede))

## [14.0.0](https://github.com/w3s-project/w3up/compare/upload-client-v13.2.2...upload-client-v14.0.0) (2024-04-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/upload-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/upload-client",
"version": "14.0.0",
"version": "14.1.0",
"description": "The web3.storage upload client",
"homepage": "https://web3.storage",
"repository": {
Expand Down

0 comments on commit e805591

Please sign in to comment.