Skip to content

Commit 6ed7422

Browse files
chore(release): 14.0.0 [skip ci]
## [ipfs-unixfs-importer-v14.0.0](ipfs-unixfs-importer-v13.0.0...ipfs-unixfs-importer-v14.0.0) (2023-02-16) ### ⚠ BREAKING CHANGES * The options object now accepts preconfigured instances of chunkers and file layouts - these can be imported from this module - see #283 for more ### Features * accept pre-configured import components as options instead of options for components ([#283](#283)) ([5a38d01](5a38d01)) ### Dependencies * update sibling dependencies ([b4f6fc8](b4f6fc8))
1 parent b4f6fc8 commit 6ed7422

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/ipfs-unixfs-importer/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [ipfs-unixfs-importer-v14.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer-v13.0.0...ipfs-unixfs-importer-v14.0.0) (2023-02-16)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* The options object now accepts preconfigured instances of chunkers and file layouts - these can be imported from this module - see https://github.com/ipfs/js-ipfs-unixfs/pull/283 for more
7+
8+
### Features
9+
10+
* accept pre-configured import components as options instead of options for components ([#283](https://github.com/ipfs/js-ipfs-unixfs/issues/283)) ([5a38d01](https://github.com/ipfs/js-ipfs-unixfs/commit/5a38d0126457926d1c17aeee75700565b400e4cf))
11+
12+
13+
### Dependencies
14+
15+
* update sibling dependencies ([b4f6fc8](https://github.com/ipfs/js-ipfs-unixfs/commit/b4f6fc83245bc99223704ce918fd4db691221412))
16+
117
## [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)
218

319

packages/ipfs-unixfs-importer/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-importer",
3-
"version": "13.0.0",
3+
"version": "14.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)