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..0b91cbcc4 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,13 @@ # 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)) +* package.json files excludes 'src' and includes .js and .js.map in dist for packages that now export their module from dist ([#1012](https://github.com/web3-storage/w3up/issues/1012)) ([d2537de](https://github.com/web3-storage/w3up/commit/d2537deed533a39f39e312a1dfcfbd048e1d83e5)) + ## [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 19893b05a..08f23bb8e 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": {