Skip to content

Commit

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

## [6.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@6.0.1...ipfs-unixfs-exporter@6.0.2) (2021-08-03)


### Bug Fixes

* update import types ([#164](https://github.com/ipfs/js-ipfs-unixfs/issues/164)) ([0bb612d](https://github.com/ipfs/js-ipfs-unixfs/commit/0bb612defa14fea0efd3c799784be688e043edd0))





## [6.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@6.0.0...ipfs-unixfs-exporter@6.0.1) (2021-07-16)

**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": "6.0.1",
"version": "6.0.2",
"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 @@ -41,7 +41,7 @@
"crypto-browserify": "^3.12.0",
"detect-node": "^2.0.4",
"events": "^3.3.0",
"ipfs-unixfs-importer": "^8.0.1",
"ipfs-unixfs-importer": "^8.0.2",
"it-all": "^1.0.5",
"it-buffer-stream": "^2.0.0",
"it-first": "^1.0.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-unixfs-importer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@8.0.1...ipfs-unixfs-importer@8.0.2) (2021-08-03)


### Bug Fixes

* update import types ([#164](https://github.com/ipfs/js-ipfs-unixfs/issues/164)) ([0bb612d](https://github.com/ipfs/js-ipfs-unixfs/commit/0bb612defa14fea0efd3c799784be688e043edd0))





## [8.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@8.0.0...ipfs-unixfs-importer@8.0.1) (2021-07-16)

**Note:** Version bump only for package ipfs-unixfs-importer
Expand Down
2 changes: 1 addition & 1 deletion 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": "8.0.1",
"version": "8.0.2",
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"main": "src/index.js",
Expand Down

0 comments on commit 532a15b

Please sign in to comment.