Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - ipfs-unixfs-exporter@3.0.4
 - ipfs-unixfs-importer@3.0.4
  • Loading branch information
achingbrain committed Sep 4, 2020
1 parent c0ae541 commit 68c16d5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/ipfs-unixfs-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.3...ipfs-unixfs-exporter@3.0.4) (2020-09-04)

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





## [3.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.2...ipfs-unixfs-exporter@3.0.3) (2020-08-25)

**Note:** Version bump only for package ipfs-unixfs-exporter
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-unixfs-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-unixfs-exporter",
"version": "3.0.3",
"version": "3.0.4",
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"main": "src/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"abort-controller": "^3.0.0",
"aegir": "^26.0.0",
"detect-node": "^2.0.4",
"ipfs-unixfs-importer": "^3.0.3",
"ipfs-unixfs-importer": "^3.0.4",
"ipld": "^0.27.0",
"ipld-dag-pb": "^0.20.0",
"ipld-in-memory": "^6.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-unixfs-importer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@3.0.3...ipfs-unixfs-importer@3.0.4) (2020-09-04)

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





## [3.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@3.0.2...ipfs-unixfs-importer@3.0.3) (2020-08-25)

**Note:** Version bump only for package ipfs-unixfs-importer
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-unixfs-importer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-unixfs-importer",
"version": "3.0.3",
"version": "3.0.4",
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"main": "src/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"aegir": "^26.0.0",
"cids": "^1.0.0",
"detect-node": "^2.0.4",
"ipfs-unixfs-exporter": "^3.0.3",
"ipfs-unixfs-exporter": "^3.0.4",
"ipld": "^0.27.0",
"ipld-in-memory": "^6.0.0",
"it-buffer-stream": "^1.0.2",
Expand Down

0 comments on commit 68c16d5

Please sign in to comment.