diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 324ceea4d..758b330ab 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "18.0.3", "packages/filecoin-api": "4.1.2", - "packages/filecoin-client": "3.1.2", + "packages/filecoin-client": "3.1.3", "packages/capabilities": "12.0.3", "packages/upload-api": "7.3.3", "packages/upload-client": "12.1.0", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index 0809fabe4..c654c9ec8 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.3](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.1.2...filecoin-client-v3.1.3) (2023-11-28) + + +### Fixes + +* package metadata ([#1161](https://github.com/web3-storage/w3up/issues/1161)) ([b8a1cc2](https://github.com/web3-storage/w3up/commit/b8a1cc2e125a91be582998bda295e1ae1caab087)) + ## [3.1.2](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.1.1...filecoin-client-v3.1.2) (2023-11-16) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index fdf163023..866dd5032 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.2", + "version": "3.1.3", "description": "The w3filecoin client for web3.storage", "homepage": "https://web3.storage", "repository": {