diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 02d7d6729..03cf7bbda 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -4,5 +4,5 @@ "packages/capabilities": "4.0.1", "packages/upload-api": "2.0.0", "packages/upload-client": "8.1.0", - "packages/w3up-client": "5.2.0" + "packages/w3up-client": "5.3.0" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index b7e24ae65..9501d76d2 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.3.0](https://github.com/web3-storage/w3protocol/compare/w3up-client-v5.2.0...w3up-client-v5.3.0) (2023-03-28) + + +### Features + +* expose `onDirectoryEntryLink` option ([#663](https://github.com/web3-storage/w3protocol/issues/663)) ([e96c8ef](https://github.com/web3-storage/w3protocol/commit/e96c8efecc09bba5756c608a1edd4e52340cd37c)) + ## [5.2.0](https://github.com/web3-storage/w3protocol/compare/w3up-client-v5.1.0...w3up-client-v5.2.0) (2023-03-28) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 454653682..f2ac27e25 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "5.2.0", + "version": "5.3.0", "description": "Client for the w3up API", "license": "Apache-2.0 OR MIT", "type": "module",