Skip to content

Commit

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


##
[12.2.0](storacha/w3up@upload-client-v12.1.0...upload-client-v12.2.0)
(2023-11-29)


### Features

* upload-client uploadDirectory, by default, sorts the provided files by
file name to help the user call us in a way that is deterministic and
minimizes cost
([storacha#1173](storacha#1173))
([8cd2555](storacha@8cd2555))


### Fixes

* floating promises and add no-floating-promises to eslint-config-w3up
([storacha#1198](storacha#1198))
([1b8c5aa](storacha@1b8c5aa))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
it-dag-house authored Dec 1, 2023
1 parent 8cd2555 commit a52b02d
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 @@ -4,7 +4,7 @@
"packages/filecoin-client": "3.2.0",
"packages/capabilities": "12.1.0",
"packages/upload-api": "7.3.5",
"packages/upload-client": "12.1.0",
"packages/upload-client": "12.2.0",
"packages/w3up-client": "11.2.0",
"packages/did-mailto": "2.0.2"
}
12 changes: 12 additions & 0 deletions packages/upload-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [12.2.0](https://github.com/web3-storage/w3up/compare/upload-client-v12.1.0...upload-client-v12.2.0) (2023-11-29)


### Features

* upload-client uploadDirectory, by default, sorts the provided files by file name to help the user call us in a way that is deterministic and minimizes cost ([#1173](https://github.com/web3-storage/w3up/issues/1173)) ([8cd2555](https://github.com/web3-storage/w3up/commit/8cd2555d901d7e684a9a5cc2516e5a91edd58621))


### Fixes

* floating promises and add no-floating-promises to eslint-config-w3up ([#1198](https://github.com/web3-storage/w3up/issues/1198)) ([1b8c5aa](https://github.com/web3-storage/w3up/commit/1b8c5aa86ec3d177bf77df4e2916699c1f522598))

## [12.1.0](https://github.com/web3-storage/w3up/compare/upload-client-v12.0.2...upload-client-v12.1.0) (2023-11-25)


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

0 comments on commit a52b02d

Please sign in to comment.