From b4a6e80b567d98a6377c6dd8bf54fbd8d4a3875d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Jan 2024 09:30:55 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [@helia/json-v2.0.0](https://github.com/ipfs/helia-json/compare/@helia/json-v1.0.3...@helia/json-v2.0.0) (2024-01-08) ### ⚠ BREAKING CHANGES * uses multiformats v13 and helia v3 ### Features * update helia to v3 and multiformats to v13 ([#46](https://github.com/ipfs/helia-json/issues/46)) ([e3dc586](https://github.com/ipfs/helia-json/commit/e3dc5867ffc4de0dd3b05b56eb1b0ce98d50dcb1)) --- packages/json/CHANGELOG.md | 11 +++++++++++ packages/json/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/json/CHANGELOG.md b/packages/json/CHANGELOG.md index 0b84cec..661239f 100644 --- a/packages/json/CHANGELOG.md +++ b/packages/json/CHANGELOG.md @@ -1,3 +1,14 @@ +## [@helia/json-v2.0.0](https://github.com/ipfs/helia-json/compare/@helia/json-v1.0.3...@helia/json-v2.0.0) (2024-01-08) + + +### ⚠ BREAKING CHANGES + +* uses multiformats v13 and helia v3 + +### Features + +* update helia to v3 and multiformats to v13 ([#46](https://github.com/ipfs/helia-json/issues/46)) ([e3dc586](https://github.com/ipfs/helia-json/commit/e3dc5867ffc4de0dd3b05b56eb1b0ce98d50dcb1)) + ## [@helia/json-v1.0.3](https://github.com/ipfs/helia-json/compare/@helia/json-v1.0.2...@helia/json-v1.0.3) (2023-10-07) diff --git a/packages/json/package.json b/packages/json/package.json index f442a6d..663bf6f 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -1,6 +1,6 @@ { "name": "@helia/json", - "version": "1.0.3", + "version": "2.0.0", "description": "Add/get IPLD blocks containing json with your Helia node", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia-json/tree/main/packages/json#readme",