diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 1c080bcdf..47522aae2 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "16.2.0", "packages/filecoin-api": "2.0.2", - "packages/filecoin-client": "2.0.0", + "packages/filecoin-client": "2.0.1", "packages/capabilities": "11.0.0", "packages/upload-api": "6.2.0", "packages/upload-client": "10.1.0", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index f1267a270..7be3ff75c 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/web3-storage/w3up/compare/filecoin-client-v2.0.0...filecoin-client-v2.0.1) (2023-10-25) + + +### Bug Fixes + +* fix arethetypesworking errors in all packages ([#1004](https://github.com/web3-storage/w3up/issues/1004)) ([2e2936a](https://github.com/web3-storage/w3up/commit/2e2936a3831389dd13be5be5146a04e2b15553c5)) + ## [2.0.0](https://github.com/web3-storage/w3up/compare/filecoin-client-v1.4.0...filecoin-client-v2.0.0) (2023-10-24) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index 4e2ec5c8f..cc4e3d1a3 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-client", - "version": "2.0.0", + "version": "2.0.1", "description": "The w3filecoin client for web3.storage", "homepage": "https://github.com/web3-storage/w3up/tree/main/packages/filecoin-client", "repository": {