Skip to content

Commit be0bfa9

Browse files
chore(release): 8.0.0 [skip ci]
## [ipfs-unixfs-exporter-v8.0.0](ipfs-unixfs-exporter-v7.0.11...ipfs-unixfs-exporter-v8.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)) * update hamt-sharding to 3.0.0 ([#244](#244)) ([50a7607](50a7607))
1 parent b2ca266 commit be0bfa9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [ipfs-unixfs-exporter-v8.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v7.0.11...ipfs-unixfs-exporter-v8.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+
* update hamt-sharding to 3.0.0 ([#244](https://github.com/ipfs/js-ipfs-unixfs/issues/244)) ([50a7607](https://github.com/ipfs/js-ipfs-unixfs/commit/50a7607d1876dab0b34dfe79704688f01ce1d449))
12+
113
## [ipfs-unixfs-exporter-v7.0.11](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v7.0.10...ipfs-unixfs-exporter-v7.0.11) (2022-05-27)
214

315

packages/ipfs-unixfs-exporter/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-exporter",
3-
"version": "7.0.6",
3+
"version": "8.0.0",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/master/packages/ipfs-unixfs-exporter#readme",

0 commit comments

Comments
 (0)