Skip to content

Commit

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


##
[13.0.0](upload-client-v12.3.2...upload-client-v13.0.0)
(2023-12-14)


### ⚠ BREAKING CHANGES

* return allocated bytes in `store/add` receipt
([#1213](#1213))

### Features

* dont use ipfs-utils fetch with upload progress by default
([#1240](#1240))
([86aedbc](86aedbc))
* return allocated bytes in `store/add` receipt
([#1213](#1213))
([5d52e44](5d52e44))


### Fixes

* bind globalThis.fetch to globalThis
([#1242](#1242))
([ef59358](ef59358))
* point `main` at files included in the package
([#1241](#1241))
([c0b306d](c0b306d))

---
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: Travis Vachon <[email protected]>
  • Loading branch information
it-dag-house and travis committed Jan 3, 2024
1 parent 4991f70 commit 4723c58
Show file tree
Hide file tree
Showing 3 changed files with 20 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 @@ -4,7 +4,7 @@
"packages/filecoin-client": "3.2.0",
"packages/capabilities": "13.0.0",
"packages/upload-api": "8.0.0",
"packages/upload-client": "12.3.2",
"packages/upload-client": "13.0.0",
"packages/w3up-client": "11.2.1",
"packages/did-mailto": "2.0.2"
}
18 changes: 18 additions & 0 deletions packages/upload-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [13.0.0](https://github.com/web3-storage/w3up/compare/upload-client-v12.3.2...upload-client-v13.0.0) (2023-12-14)


### ⚠ BREAKING CHANGES

* return allocated bytes in `store/add` receipt ([#1213](https://github.com/web3-storage/w3up/issues/1213))

### Features

* dont use ipfs-utils fetch with upload progress by default ([#1240](https://github.com/web3-storage/w3up/issues/1240)) ([86aedbc](https://github.com/web3-storage/w3up/commit/86aedbcb070ae67093f30b2b724766dee4c43f2c))
* return allocated bytes in `store/add` receipt ([#1213](https://github.com/web3-storage/w3up/issues/1213)) ([5d52e44](https://github.com/web3-storage/w3up/commit/5d52e447c14e7f7fd334e7ff575e032b7b0d89d7))


### Fixes

* bind globalThis.fetch to globalThis ([#1242](https://github.com/web3-storage/w3up/issues/1242)) ([ef59358](https://github.com/web3-storage/w3up/commit/ef5935831eeedd35870a56abd2c7db2bcf47d1ca))
* point `main` at files included in the package ([#1241](https://github.com/web3-storage/w3up/issues/1241)) ([c0b306d](https://github.com/web3-storage/w3up/commit/c0b306df75b21d0979e407f04f0a23f67d5248af))

## [12.3.2](https://github.com/web3-storage/w3up/compare/upload-client-v12.3.1...upload-client-v12.3.2) (2023-12-07)


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": "12.3.2",
"version": "13.0.0",
"description": "The web3.storage upload client",
"homepage": "https://web3.storage",
"repository": {
Expand Down

0 comments on commit 4723c58

Please sign in to comment.