diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 02a384ca..6d0feceb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,9 +4,9 @@ "packages/car": "4.0.0", "packages/dag-cbor": "4.0.0", "packages/dag-json": "4.0.0", - "packages/helia": "5.0.0", + "packages/helia": "5.0.1", "packages/interface": "5.0.0", - "packages/interop": "7.0.0", + "packages/interop": "7.0.1", "packages/ipns": "8.0.0", "packages/json": "4.0.0", "packages/mfs": "4.0.0", diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index cb016a2d..c8dcb0e8 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.1](https://github.com/ipfs/helia/compare/helia-v5.0.0...helia-v5.0.1) (2024-10-16) + + +### Bug Fixes + +* respect routers config in helia constructor ([#652](https://github.com/ipfs/helia/issues/652)) ([1b2934b](https://github.com/ipfs/helia/commit/1b2934b313800fdb0c9684fe203f44471769eb17)) + ## [5.0.0](https://github.com/ipfs/helia/compare/helia-v4.2.6...helia-v5.0.0) (2024-10-07) diff --git a/packages/helia/package.json b/packages/helia/package.json index aac1d38f..b7aec953 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "5.0.0", + "version": "5.0.1", "description": "An implementation of IPFS in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme", diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index 317a1508..4a97c898 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [7.0.1](https://github.com/ipfs/helia/compare/interop-v7.0.0...interop-v7.0.1) (2024-10-16) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * helia bumped from ^5.0.0 to ^5.0.1 + ## [7.0.0](https://github.com/ipfs/helia/compare/interop-v6.1.8...interop-v7.0.0) (2024-10-07) diff --git a/packages/interop/package.json b/packages/interop/package.json index 4c4ad495..73d7592b 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "7.0.0", + "version": "7.0.1", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme", @@ -81,7 +81,7 @@ "@libp2p/websockets": "^9.0.0", "@multiformats/sha3": "^3.0.2", "aegir": "^44.0.1", - "helia": "^5.0.0", + "helia": "^5.0.1", "ipfs-unixfs-importer": "^15.2.4", "ipfsd-ctl": "^15.0.0", "ipns": "^10.0.0",