diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index bf8539bfe..ab7839458 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "20.1.0", - "packages/blob-index": "1.0.4", + "packages/blob-index": "1.0.5", "packages/filecoin-api": "7.3.2", "packages/filecoin-client": "3.3.4", "packages/capabilities": "17.4.1", diff --git a/packages/blob-index/CHANGELOG.md b/packages/blob-index/CHANGELOG.md index 9363b9de6..85f7c6765 100644 --- a/packages/blob-index/CHANGELOG.md +++ b/packages/blob-index/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.0.5](https://github.com/storacha/w3up/compare/blob-index-v1.0.4...blob-index-v1.0.5) (2024-11-05) + + +### 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)) +* **main:** release w3up-client 16.4.1 ([#1577](https://github.com/storacha/w3up/issues/1577)) ([1482d69](https://github.com/storacha/w3up/commit/1482d69c28baff1c27b1baf5f3e5c76f844e5576)) + ## [1.0.4](https://github.com/storacha-network/w3up/compare/blob-index-v1.0.3...blob-index-v1.0.4) (2024-07-29) diff --git a/packages/blob-index/package.json b/packages/blob-index/package.json index 2bfe792ff..c9a265bf2 100644 --- a/packages/blob-index/package.json +++ b/packages/blob-index/package.json @@ -1,7 +1,7 @@ { "name": "@web3-storage/blob-index", "description": "An index for slices that may be sharded across multiple blobs.", - "version": "1.0.4", + "version": "1.0.5", "homepage": "https://web3.storage", "repository": { "type": "git",