Skip to content

Commit c0326ee

Browse files
committed
chore: publish
- ipfs-unixfs-exporter@1.0.2 - ipfs-unixfs-importer@1.0.2
1 parent 53e4d70 commit c0326ee

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [1.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@1.0.1...ipfs-unixfs-exporter@1.0.2) (2020-03-09)
7+
8+
**Note:** Version bump only for package ipfs-unixfs-exporter
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@1.0.0...ipfs-unixfs-exporter@1.0.1) (2020-03-03)
715

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

packages/ipfs-unixfs-exporter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-exporter",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
66
"main": "src/index.js",
@@ -42,7 +42,7 @@
4242
"chai": "^4.2.0",
4343
"detect-node": "^2.0.4",
4444
"dirty-chai": "^2.0.1",
45-
"ipfs-unixfs-importer": "^1.0.1",
45+
"ipfs-unixfs-importer": "^1.0.2",
4646
"ipld": "^0.25.0",
4747
"ipld-dag-pb": "^0.18.0",
4848
"ipld-in-memory": "^3.0.0",

packages/ipfs-unixfs-importer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [1.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@1.0.1...ipfs-unixfs-importer@1.0.2) (2020-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* bump rabin-wasm ([#46](https://github.com/ipfs/js-ipfs-unixfs/issues/46)) ([07e160e](https://github.com/ipfs/js-ipfs-unixfs/commit/07e160eef53bc4868195cdbdfcea04f5f06131d0))
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@1.0.0...ipfs-unixfs-importer@1.0.1) (2020-03-03)
718

819

packages/ipfs-unixfs-importer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-importer",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
66
"main": "src/index.js",
@@ -41,7 +41,7 @@
4141
"deep-extend": "^0.6.0",
4242
"detect-node": "^2.0.4",
4343
"dirty-chai": "^2.0.1",
44-
"ipfs-unixfs-exporter": "^1.0.1",
44+
"ipfs-unixfs-exporter": "^1.0.2",
4545
"ipld": "^0.25.0",
4646
"ipld-in-memory": "^3.0.0",
4747
"it-buffer-stream": "^1.0.0",

0 commit comments

Comments
 (0)