Skip to content

Commit 84ecce0

Browse files
committed
1 parent 77405d7 commit 84ecce0

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@6.0.1) (2021-07-16)
7+
8+
**Note:** Version bump only for package ipfs-unixfs-exporter
9+
10+
11+
12+
13+
614
# [6.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@6.0.0) (2021-07-09)
715

816

packages/ipfs-unixfs-exporter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-exporter",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -41,7 +41,7 @@
4141
"crypto-browserify": "^3.12.0",
4242
"detect-node": "^2.0.4",
4343
"events": "^3.3.0",
44-
"ipfs-unixfs-importer": "^8.0.0",
44+
"ipfs-unixfs-importer": "^8.0.1",
4545
"it-all": "^1.0.5",
4646
"it-buffer-stream": "^2.0.0",
4747
"it-first": "^1.0.6",

packages/ipfs-unixfs-importer/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@8.0.1) (2021-07-16)
7+
8+
**Note:** Version bump only for package ipfs-unixfs-importer
9+
10+
11+
12+
13+
614
# [8.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@8.0.0) (2021-07-09)
715

816

packages/ipfs-unixfs-importer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-importer",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)