Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit ca3f64f

Browse files
committed
chore: release version v0.1.3
1 parent 3f02ae1 commit ca3f64f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.1.3"></a>
2+
## [0.1.3](https://github.com/ipfs/js-ipfs-http-response/compare/v0.1.2...v0.1.3) (2018-07-28)
3+
4+
5+
### Bug Fixes
6+
7+
* firefox using readable stream ([#3](https://github.com/ipfs/js-ipfs-http-response/issues/3)) ([0bff82d](https://github.com/ipfs/js-ipfs-http-response/commit/0bff82d))
8+
9+
10+
111
<a name="0.1.2"></a>
212
## 0.1.2 (2018-06-01)
313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-response",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Creates an HTTP response from an IPFS Hash",
55
"leadMaintainer": "Vasco Santos <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)