diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index b107af1d5..611f021da 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,6 +5,6 @@ "packages/capabilities": "9.2.1", "packages/upload-api": "5.3.0", "packages/upload-client": "9.2.0", - "packages/w3up-client": "8.0.1", + "packages/w3up-client": "8.0.2", "packages/did-mailto": "2.0.0" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 52c4093f4..54b4bf126 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [8.0.2](https://github.com/web3-storage/w3up/compare/w3up-client-v8.0.1...w3up-client-v8.0.2) (2023-09-07) + + +### Bug Fixes + +* node version ([#907](https://github.com/web3-storage/w3up/issues/907)) ([366a940](https://github.com/web3-storage/w3up/commit/366a94049d9256e9a6b6bfcee16dcffc6a6b9c31)) +* README for clarity ([#892](https://github.com/web3-storage/w3up/issues/892)) ([2e75726](https://github.com/web3-storage/w3up/commit/2e7572604664c4746303169d7173257c8a123cb3)) +* types for capability specific clients ([#904](https://github.com/web3-storage/w3up/issues/904)) ([b69d4aa](https://github.com/web3-storage/w3up/commit/b69d4aa11385cd23bdcda2240f7e1ba507da44b8)) + ## [8.0.1](https://github.com/web3-storage/w3up/compare/w3up-client-v8.0.0...w3up-client-v8.0.1) (2023-07-21) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 36a7f637d..d6e6daae3 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "8.0.1", + "version": "8.0.2", "description": "Client for the w3up API", "license": "Apache-2.0 OR MIT", "type": "module",