diff --git a/packages/ipfs-unixfs-exporter/CHANGELOG.md b/packages/ipfs-unixfs-exporter/CHANGELOG.md index 12723585..19fe11c4 100644 --- a/packages/ipfs-unixfs-exporter/CHANGELOG.md +++ b/packages/ipfs-unixfs-exporter/CHANGELOG.md @@ -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.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.0...ipfs-unixfs-exporter@3.0.1) (2020-07-28) + +**Note:** Version bump only for package ipfs-unixfs-exporter + + + + + # [3.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@2.0.1...ipfs-unixfs-exporter@3.0.0) (2020-07-28) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index 087c496b..5fd8926b 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs-exporter", - "version": "3.0.0", + "version": "3.0.1", "description": "JavaScript implementation of the UnixFs exporter used by IPFS", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -42,7 +42,7 @@ "chai-as-promised": "^7.1.1", "detect-node": "^2.0.4", "dirty-chai": "^2.0.1", - "ipfs-unixfs-importer": "^3.0.0", + "ipfs-unixfs-importer": "^3.0.1", "ipld": "^0.26.1", "ipld-dag-pb": "^0.19.0", "ipld-in-memory": "^5.0.0", @@ -57,7 +57,7 @@ "cids": "^0.8.0", "err-code": "^2.0.0", "hamt-sharding": "^1.0.0", - "ipfs-unixfs": "^2.0.0", + "ipfs-unixfs": "^2.0.1", "ipfs-utils": "^2.3.1", "it-last": "^1.0.1", "multihashing-async": "^1.0.0" diff --git a/packages/ipfs-unixfs-importer/CHANGELOG.md b/packages/ipfs-unixfs-importer/CHANGELOG.md index 283e2daf..601f7b55 100644 --- a/packages/ipfs-unixfs-importer/CHANGELOG.md +++ b/packages/ipfs-unixfs-importer/CHANGELOG.md @@ -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.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@3.0.0...ipfs-unixfs-importer@3.0.1) (2020-07-28) + +**Note:** Version bump only for package ipfs-unixfs-importer + + + + + # [3.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@2.0.1...ipfs-unixfs-importer@3.0.0) (2020-07-28) diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index b98dd3f0..3f97d80b 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs-importer", - "version": "3.0.0", + "version": "3.0.1", "description": "JavaScript implementation of the UnixFs importer used by IPFS", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -41,7 +41,7 @@ "cids": "^0.8.0", "detect-node": "^2.0.4", "dirty-chai": "^2.0.1", - "ipfs-unixfs-exporter": "^3.0.0", + "ipfs-unixfs-exporter": "^3.0.1", "ipld": "^0.26.1", "ipld-in-memory": "^5.0.0", "it-buffer-stream": "^1.0.2", @@ -55,7 +55,7 @@ "bl": "^4.0.0", "err-code": "^2.0.0", "hamt-sharding": "^1.0.0", - "ipfs-unixfs": "^2.0.0", + "ipfs-unixfs": "^2.0.1", "ipfs-utils": "^2.3.1", "ipld-dag-pb": "^0.19.0", "it-all": "^1.0.1", diff --git a/packages/ipfs-unixfs/CHANGELOG.md b/packages/ipfs-unixfs/CHANGELOG.md index b30e8752..d18e8466 100644 --- a/packages/ipfs-unixfs/CHANGELOG.md +++ b/packages/ipfs-unixfs/CHANGELOG.md @@ -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. +## [2.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@2.0.0...ipfs-unixfs@2.0.1) (2020-07-28) + +**Note:** Version bump only for package ipfs-unixfs + + + + + # [2.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@1.0.2...ipfs-unixfs@2.0.0) (2020-07-28) diff --git a/packages/ipfs-unixfs/package.json b/packages/ipfs-unixfs/package.json index a168a8f8..dae1c7b3 100644 --- a/packages/ipfs-unixfs/package.json +++ b/packages/ipfs-unixfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs", - "version": "2.0.0", + "version": "2.0.1", "description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)", "leadMaintainer": "Alex Potsides ", "main": "src/index.js",