diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 9f2b312a1..bd6bd74fa 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "18.0.1", "packages/filecoin-api": "4.1.2", - "packages/filecoin-client": "3.1.1", + "packages/filecoin-client": "3.1.2", "packages/capabilities": "12.0.2", "packages/upload-api": "7.3.3", "packages/upload-client": "12.0.1", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index 965f6935d..0809fabe4 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.2](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.1.1...filecoin-client-v3.1.2) (2023-11-16) + + +### Bug Fixes + +* issue where typedoc docs would only show full docs for w3up-client ([#1141](https://github.com/web3-storage/w3up/issues/1141)) ([0b8d3f3](https://github.com/web3-storage/w3up/commit/0b8d3f3b52918b1b4d3b76ea6fea3fb0c837cd73)) + ## [3.1.1](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.1.0...filecoin-client-v3.1.1) (2023-11-15) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index 00f09f1c7..23250f527 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-client", - "version": "3.1.1", + "version": "3.1.2", "description": "The w3filecoin client for web3.storage", "homepage": "https://github.com/web3-storage/w3up/tree/main/packages/filecoin-client", "repository": {