diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index c17b130d6..44e01f3ed 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,6 +5,6 @@ "packages/capabilities": "12.0.3", "packages/upload-api": "7.3.3", "packages/upload-client": "12.1.0", - "packages/w3up-client": "11.1.0", + "packages/w3up-client": "11.1.1", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index fbf2d142f..5441a1aa2 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.1.1](https://github.com/web3-storage/w3up/compare/w3up-client-v11.1.0...w3up-client-v11.1.1) (2023-11-27) + + +### Fixes + +* export filecoin types ([#1185](https://github.com/web3-storage/w3up/issues/1185)) ([9b1f526](https://github.com/web3-storage/w3up/commit/9b1f52609903b40d965d51a87f8ba7a530ca74cd)) + ## [11.1.0](https://github.com/web3-storage/w3up/compare/w3up-client-v11.0.2...w3up-client-v11.1.0) (2023-11-25) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 8eb135cf0..bb4040eda 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "11.1.0", + "version": "11.1.1", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",