Skip to content

Commit 68c16d5

Browse files
committed
1 parent c0ae541 commit 68c16d5

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
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+
## [3.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.4) (2020-09-04)
7+
8+
**Note:** Version bump only for package ipfs-unixfs-exporter
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.3) (2020-08-25)
715

816
**Note:** Version bump only for package ipfs-unixfs-exporter

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": "3.0.3",
3+
"version": "3.0.4",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -38,7 +38,7 @@
3838
"abort-controller": "^3.0.0",
3939
"aegir": "^26.0.0",
4040
"detect-node": "^2.0.4",
41-
"ipfs-unixfs-importer": "^3.0.3",
41+
"ipfs-unixfs-importer": "^3.0.4",
4242
"ipld": "^0.27.0",
4343
"ipld-dag-pb": "^0.20.0",
4444
"ipld-in-memory": "^6.0.0",

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+
## [3.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.4) (2020-09-04)
7+
8+
**Note:** Version bump only for package ipfs-unixfs-importer
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.3) (2020-08-25)
715

816
**Note:** Version bump only for package ipfs-unixfs-importer

packages/ipfs-unixfs-importer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-importer",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -38,7 +38,7 @@
3838
"aegir": "^26.0.0",
3939
"cids": "^1.0.0",
4040
"detect-node": "^2.0.4",
41-
"ipfs-unixfs-exporter": "^3.0.3",
41+
"ipfs-unixfs-exporter": "^3.0.4",
4242
"ipld": "^0.27.0",
4343
"ipld-in-memory": "^6.0.0",
4444
"it-buffer-stream": "^1.0.2",

0 commit comments

Comments
 (0)