Skip to content

Commit 0316760

Browse files
committedAug 11, 2022
chore(release): 7.0.0 [skip ci]
## [ipfs-unixfs-v7.0.0](ipfs-unixfs-v6.0.9...ipfs-unixfs-v7.0.0) (2022-08-11) ### ⚠ BREAKING CHANGES * This module used to be dual published as CJS/ESM, now it is just ESM ### Dependencies * update aegir to 37.x.x ([#243](#243)) ([9fccb7c](9fccb7c))
1 parent 50a7607 commit 0316760

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎packages/ipfs-unixfs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [ipfs-unixfs-v7.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-v6.0.9...ipfs-unixfs-v7.0.0) (2022-08-11)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* This module used to be dual published as CJS/ESM, now it is just ESM
7+
8+
### Dependencies
9+
10+
* update aegir to 37.x.x ([#243](https://github.com/ipfs/js-ipfs-unixfs/issues/243)) ([9fccb7c](https://github.com/ipfs/js-ipfs-unixfs/commit/9fccb7c4bf989c052ba67ab2c9280273aecfda36))
11+
112
## [ipfs-unixfs-v6.0.9](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-v6.0.8...ipfs-unixfs-v6.0.9) (2022-05-27)
213

314

‎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": "6.0.6",
3+
"version": "7.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)
Please sign in to comment.