From bc03721e8bc9740e555d8a7609b0cf41fbeea8ae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Jun 2023 12:31:15 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] ## [helia-v1.2.0](https://github.com/ipfs/helia/compare/helia-v1.1.5...helia-v1.2.0) (2023-06-01) ### Features * allow passing partial libp2p config to helia factory ([#140](https://github.com/ipfs/helia/issues/140)) ([33a75d5](https://github.com/ipfs/helia/commit/33a75d5f80e2f211440c087806f463525de910d9)) ### Dependencies * update sibling dependencies ([c936ba6](https://github.com/ipfs/helia/commit/c936ba63a75276e206d804cf0ef35c3f9bf67f10)) --- packages/helia/CHANGELOG.md | 12 ++++++++++++ packages/helia/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index a50fb11d4..76f124f62 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -1,3 +1,15 @@ +## [helia-v1.2.0](https://github.com/ipfs/helia/compare/helia-v1.1.5...helia-v1.2.0) (2023-06-01) + + +### Features + +* allow passing partial libp2p config to helia factory ([#140](https://github.com/ipfs/helia/issues/140)) ([33a75d5](https://github.com/ipfs/helia/commit/33a75d5f80e2f211440c087806f463525de910d9)) + + +### Dependencies + +* update sibling dependencies ([c936ba6](https://github.com/ipfs/helia/commit/c936ba63a75276e206d804cf0ef35c3f9bf67f10)) + ## [helia-v1.1.5](https://github.com/ipfs/helia/compare/helia-v1.1.4...helia-v1.1.5) (2023-05-25) diff --git a/packages/helia/package.json b/packages/helia/package.json index 05606032c..48b0c2ba5 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "1.1.5", + "version": "1.2.0", "description": "An implementation of IPFS in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/master/packages/helia#readme",