Skip to content

Commit 5ccd734

Browse files
chore(main): release 2.1.0 (#42)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fb87f9d commit 5ccd734

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/ipld/js-unixfs/compare/v2.0.1...v2.1.0) (2023-03-14)
4+
5+
6+
### Features
7+
8+
* add HAMT sharded directories support ([#41](https://github.com/ipld/js-unixfs/issues/41)) ([fb87f9d](https://github.com/ipld/js-unixfs/commit/fb87f9d04ffd4d6ff167dcd9f7148fd735f65beb))
9+
310
## [2.0.1](https://github.com/ipld/js-unixfs/compare/v2.0.0-dev...v2.0.1) (2023-01-18)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ipld/unixfs",
33
"description": "An implementation of the UnixFS in JavaScript designed for use with multiformats",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"files": [
66
"src",
77
"gen",

0 commit comments

Comments
 (0)