diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 25690af7a..2380ca2b6 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/access-client": "18.0.4", + "packages/access-client": "18.0.5", "packages/filecoin-api": "4.3.0", "packages/filecoin-client": "3.2.0", "packages/capabilities": "12.1.0", diff --git a/packages/access-client/CHANGELOG.md b/packages/access-client/CHANGELOG.md index 07453377f..6ac16120f 100644 --- a/packages/access-client/CHANGELOG.md +++ b/packages/access-client/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [18.0.5](https://github.com/web3-storage/w3up/compare/access-v18.0.4...access-v18.0.5) (2023-11-29) + + +### Fixes + +* fix IndexedDB reset function ([#1199](https://github.com/web3-storage/w3up/issues/1199)) ([48cf555](https://github.com/web3-storage/w3up/commit/48cf55596162f68833f4cea49364a9dd5a845362)) +* sync space names from proofs ([#1193](https://github.com/web3-storage/w3up/issues/1193)) ([f552036](https://github.com/web3-storage/w3up/commit/f552036913cf7172e93e83e27fd4af6f7b6a4673)) + ## [18.0.4](https://github.com/web3-storage/w3up/compare/access-v18.0.3...access-v18.0.4) (2023-11-29) diff --git a/packages/access-client/package.json b/packages/access-client/package.json index ba14e4051..a5a6b3f2e 100644 --- a/packages/access-client/package.json +++ b/packages/access-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "18.0.4", + "version": "18.0.5", "description": "w3access client", "homepage": "https://web3.storage", "repository": {