Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 14, 2023
1 parent fb87f9d commit 5ccd734
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5ccd734

Please sign in to comment.