Skip to content

Commit a5b9cad

Browse files
chore(release): 8.0.6 [skip ci]
## [ipfs-unixfs-exporter-v8.0.6](ipfs-unixfs-exporter-v8.0.5...ipfs-unixfs-exporter-v8.0.6) (2022-09-21) ### Bug Fixes * prevent OOM on very deep DAGs ([#253](#253)) ([62494bf](62494bf))
1 parent 62494bf commit a5b9cad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [ipfs-unixfs-exporter-v8.0.6](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v8.0.5...ipfs-unixfs-exporter-v8.0.6) (2022-09-21)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent OOM on very deep DAGs ([#253](https://github.com/ipfs/js-ipfs-unixfs/issues/253)) ([62494bf](https://github.com/ipfs/js-ipfs-unixfs/commit/62494bf8cdea7b7ea430a6517c526798bc01b747))
7+
18
## [ipfs-unixfs-exporter-v8.0.5](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v8.0.4...ipfs-unixfs-exporter-v8.0.5) (2022-08-31)
29

310

packages/ipfs-unixfs-exporter/package.json

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