Skip to content

Commit

Permalink
chore(main): release filecoin-api 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
it-dag-house committed Dec 6, 2023
1 parent c38000e commit a26cae7
Show file tree
Hide file tree
Showing 3 changed files with 9 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
@@ -1,6 +1,6 @@
{
"packages/access-client": "18.0.5",
"packages/filecoin-api": "4.3.0",
"packages/filecoin-api": "4.4.0",
"packages/filecoin-client": "3.2.0",
"packages/capabilities": "12.1.0",
"packages/upload-api": "7.3.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/filecoin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.4.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.3.0...filecoin-api-v4.4.0) (2023-12-06)


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

## [4.3.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.2.0...filecoin-api-v4.3.0) (2023-11-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/filecoin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/filecoin-api",
"version": "4.3.0",
"version": "4.4.0",
"type": "module",
"main": "./src/lib.js",
"homepage": "https://web3.storage",
Expand Down

0 comments on commit a26cae7

Please sign in to comment.