diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 758b330ab..66c4b5dc9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "18.0.3", - "packages/filecoin-api": "4.1.2", + "packages/filecoin-api": "4.2.0", "packages/filecoin-client": "3.1.3", "packages/capabilities": "12.0.3", "packages/upload-api": "7.3.3", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index 7fd935059..49bbd3acd 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.2.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.1.2...filecoin-api-v4.2.0) (2023-11-28) + + +### Features + +* aggregator keeping oldest piece ts ([#1188](https://github.com/web3-storage/w3up/issues/1188)) ([97a7def](https://github.com/web3-storage/w3up/commit/97a7defa433b57591f23eddee692445437a718a1)) + + +### Fixes + +* package metadata ([#1161](https://github.com/web3-storage/w3up/issues/1161)) ([b8a1cc2](https://github.com/web3-storage/w3up/commit/b8a1cc2e125a91be582998bda295e1ae1caab087)) +* storefront events cron with max concurrency ([#1191](https://github.com/web3-storage/w3up/issues/1191)) ([11010c9](https://github.com/web3-storage/w3up/commit/11010c94b9682e93b6209a169871021d37b76011)) + ## [4.1.2](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.1.1...filecoin-api-v4.1.2) (2023-11-16) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index 29ffd340b..b87cec44c 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "4.1.2", + "version": "4.2.0", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",