From afc27d46c41612d04aa87c8201ae85536891d5f1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Jan 2024 07:54:05 +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/unixfs-v2.0.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.3...@helia/unixfs-v2.0.0) (2024-01-08) ### ⚠ BREAKING CHANGES * uses multiformats v13 and helia v3 ### Features * update helia to v3 and multiformats to v13 ([#147](https://github.com/ipfs/helia-unixfs/issues/147)) ([001247c](https://github.com/ipfs/helia-unixfs/commit/001247c6fc38ff3d810736371de901e5e1099f26)) ### Trivial Changes * update sibling dependencies ([1b0b2ef](https://github.com/ipfs/helia-unixfs/commit/1b0b2ef05c5cbd78c3b5d5629237200a69bbd5dd)) --- packages/unixfs/CHANGELOG.md | 16 ++++++++++++++++ packages/unixfs/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/unixfs/CHANGELOG.md b/packages/unixfs/CHANGELOG.md index dac40a9..15ac02e 100644 --- a/packages/unixfs/CHANGELOG.md +++ b/packages/unixfs/CHANGELOG.md @@ -1,3 +1,19 @@ +## [@helia/unixfs-v2.0.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.3...@helia/unixfs-v2.0.0) (2024-01-08) + + +### ⚠ BREAKING CHANGES + +* uses multiformats v13 and helia v3 + +### Features + +* update helia to v3 and multiformats to v13 ([#147](https://github.com/ipfs/helia-unixfs/issues/147)) ([001247c](https://github.com/ipfs/helia-unixfs/commit/001247c6fc38ff3d810736371de901e5e1099f26)) + + +### Trivial Changes + +* update sibling dependencies ([1b0b2ef](https://github.com/ipfs/helia-unixfs/commit/1b0b2ef05c5cbd78c3b5d5629237200a69bbd5dd)) + ## [@helia/unixfs-v1.4.3](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.2...@helia/unixfs-v1.4.3) (2023-12-03) diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index 1bda316..9cef82a 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/unixfs", - "version": "1.4.3", + "version": "2.0.0", "description": "A Helia-compatible wrapper for UnixFS", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia-unixfs/tree/main/packages/unixfs#readme",