Skip to content

Commit c8f1d62

Browse files
chore(release): 13.0.0 [skip ci]
## [ipfs-unixfs-importer-v13.0.0](ipfs-unixfs-importer-v12.0.1...ipfs-unixfs-importer-v13.0.0) (2023-02-09) ### ⚠ BREAKING CHANGES * the `shardSplitThreshold` option has changed to `shardSplitThresholdBytes` and reflects a DAGNode size where sharding might kick in ### Features * auto-shard based on node size ([#171](#171)) ([6ef187f](6ef187f)), closes [#149](#149) ### Dependencies * update sibling dependencies ([1a37705](1a37705))
1 parent 1a37705 commit c8f1d62

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Diff for: packages/ipfs-unixfs-importer/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [ipfs-unixfs-importer-v13.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer-v12.0.1...ipfs-unixfs-importer-v13.0.0) (2023-02-09)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the `shardSplitThreshold` option has changed to `shardSplitThresholdBytes` and reflects a DAGNode size where sharding might kick in
7+
8+
### Features
9+
10+
* auto-shard based on node size ([#171](https://github.com/ipfs/js-ipfs-unixfs/issues/171)) ([6ef187f](https://github.com/ipfs/js-ipfs-unixfs/commit/6ef187f44f4cfac8efed50dde52fe555a3eea397)), closes [#149](https://github.com/ipfs/js-ipfs-unixfs/issues/149)
11+
12+
13+
### Dependencies
14+
15+
* update sibling dependencies ([1a37705](https://github.com/ipfs/js-ipfs-unixfs/commit/1a377055647cfd0263f9b31a2613f72944333bc0))
16+
117
## [ipfs-unixfs-importer-v12.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer-v12.0.0...ipfs-unixfs-importer-v12.0.1) (2023-02-09)
218

319

Diff for: packages/ipfs-unixfs-importer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-importer",
3-
"version": "12.0.1",
3+
"version": "13.0.0",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/master/packages/ipfs-unixfs-importer#readme",

0 commit comments

Comments
 (0)