Skip to content

Commit bb459c0

Browse files
chore(release): 11.0.0 [skip ci]
## [ipfs-unixfs-v11.0.0](ipfs-unixfs-v10.0.0...ipfs-unixfs-v11.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))
1 parent 5a38d01 commit bb459c0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [ipfs-unixfs-v11.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-v10.0.0...ipfs-unixfs-v11.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+
112
## [ipfs-unixfs-v10.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-v9.0.1...ipfs-unixfs-v10.0.0) (2023-02-09)
213

314

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs",
3-
"version": "10.0.0",
3+
"version": "11.0.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)