From 5ccd7345d7e84bb4a3a02700765ede7656435542 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 17:19:58 +0000 Subject: [PATCH] chore(main): release 2.1.0 (#42) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 656e806..84fb71f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/ipld/js-unixfs/compare/v2.0.1...v2.1.0) (2023-03-14) + + +### Features + +* add HAMT sharded directories support ([#41](https://github.com/ipld/js-unixfs/issues/41)) ([fb87f9d](https://github.com/ipld/js-unixfs/commit/fb87f9d04ffd4d6ff167dcd9f7148fd735f65beb)) + ## [2.0.1](https://github.com/ipld/js-unixfs/compare/v2.0.0-dev...v2.0.1) (2023-01-18) diff --git a/package.json b/package.json index 566f565..9644976 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipld/unixfs", "description": "An implementation of the UnixFS in JavaScript designed for use with multiformats", - "version": "2.0.1", + "version": "2.1.0", "files": [ "src", "gen",