diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index c60a4c3a4..54ffe95d3 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/access-client": "20.0.1", + "packages/access-client": "20.1.0", "packages/blob-index": "1.0.4", "packages/filecoin-api": "7.3.2", "packages/filecoin-client": "3.3.4", diff --git a/packages/access-client/CHANGELOG.md b/packages/access-client/CHANGELOG.md index 6fbd4bda6..4063e9872 100644 --- a/packages/access-client/CHANGELOG.md +++ b/packages/access-client/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [20.1.0](https://github.com/storacha/w3up/compare/access-v20.0.1...access-v20.1.0) (2024-10-20) + + +### Features + +* Generate Space proofs on the fly, on `access/claim` ([#1555](https://github.com/storacha/w3up/issues/1555)) ([9e2b1d4](https://github.com/storacha/w3up/commit/9e2b1d4dc721d3e61cea008719d172909c984344)) + + +### Fixes + +* repo URLs ([#1550](https://github.com/storacha/w3up/issues/1550)) ([e02ddf3](https://github.com/storacha/w3up/commit/e02ddf3696553b03f8d2f7316de0a99a9303a60f)) + + +### Other Changes + +* Add `pnpm dev` to watch-build all packages ([#1533](https://github.com/storacha/w3up/issues/1533)) ([07970ef](https://github.com/storacha/w3up/commit/07970efd443149158ebbfb2c4e745b5007eb9407)) + ## [20.0.1](https://github.com/storacha-network/w3up/compare/access-v20.0.0...access-v20.0.1) (2024-07-29) diff --git a/packages/access-client/package.json b/packages/access-client/package.json index b5c7f7654..d3602ef69 100644 --- a/packages/access-client/package.json +++ b/packages/access-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "20.0.1", + "version": "20.1.0", "description": "w3access client", "homepage": "https://web3.storage", "repository": {