Skip to content

Commit 2e93d2d

Browse files
chore(release): 11.1.0 [skip ci]
## [ipfs-unixfs-v11.1.0](ipfs-unixfs-v11.0.2...ipfs-unixfs-v11.1.0) (2023-08-25) ### Features * add a shardFanoutBits option to the importer ([#355](#355)) ([da18ea6](da18ea6)), closes [/github.com/ipld/ipld/pull/296#issuecomment-1691532242](https://github.com/ipfs//github.com/ipld/ipld/pull/296/issues/issuecomment-1691532242)
1 parent da18ea6 commit 2e93d2d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/ipfs-unixfs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [ipfs-unixfs-v11.1.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-v11.0.2...ipfs-unixfs-v11.1.0) (2023-08-25)
2+
3+
4+
### Features
5+
6+
* add a shardFanoutBits option to the importer ([#355](https://github.com/ipfs/js-ipfs-unixfs/issues/355)) ([da18ea6](https://github.com/ipfs/js-ipfs-unixfs/commit/da18ea6fc51bccf8d16e4594cc10dface02f2374)), closes [/github.com/ipld/ipld/pull/296#issuecomment-1691532242](https://github.com/ipfs//github.com/ipld/ipld/pull/296/issues/issuecomment-1691532242)
7+
18
## [ipfs-unixfs-v11.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-v11.0.1...ipfs-unixfs-v11.0.2) (2023-08-24)
29

310

packages/ipfs-unixfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs",
3-
"version": "11.0.2",
3+
"version": "11.1.0",
44
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/master/packages/ipfs-unixfs#readme",

0 commit comments

Comments
 (0)