Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Mar 3, 2020
1 parent 19bb45f commit 389fb11
Show file tree
Hide file tree
Showing 4 changed files with 23 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.

## [1.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@1.0.1) (2020-03-03)

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





# 1.0.0 (2020-02-21)

**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": "1.0.0",
"version": "1.0.1",
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"chai": "^4.2.0",
"detect-node": "^2.0.4",
"dirty-chai": "^2.0.1",
"ipfs-unixfs-importer": "^1.0.0",
"ipfs-unixfs-importer": "^1.0.1",
"ipld": "^0.25.0",
"ipld-dag-pb": "^0.18.0",
"ipld-in-memory": "^3.0.0",
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.

## [1.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@1.0.1) (2020-03-03)


### Bug Fixes

* only ignore raw-leaves when file is small and metadata is present ([#44](https://github.com/ipfs/js-ipfs-unixfs/issues/44)) ([19bb45f](https://github.com/ipfs/js-ipfs-unixfs/commit/19bb45fd816d1e789e5715dfbb1988562708e76a))





# 1.0.0 (2020-02-21)

**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": "1.0.0",
"version": "1.0.1",
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"deep-extend": "^0.6.0",
"detect-node": "^2.0.4",
"dirty-chai": "^2.0.1",
"ipfs-unixfs-exporter": "^1.0.0",
"ipfs-unixfs-exporter": "^1.0.1",
"ipld": "^0.25.0",
"ipld-in-memory": "^3.0.0",
"it-buffer-stream": "^1.0.0",
Expand Down

0 comments on commit 389fb11

Please sign in to comment.