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

Commit 4f1ace2

Browse files
committed
chore: release version v0.1.4
1 parent cca137d commit 4f1ace2

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.4"></a>
2+
## [0.1.4](https://github.com/ipfs/js-ipfs-http-response/compare/v0.1.3...v0.1.4) (2018-08-02)
3+
4+
5+
### Bug Fixes
6+
7+
* fix content-type by doing a fall-back using extensions ([#5](https://github.com/ipfs/js-ipfs-http-response/issues/5)) ([19acbae](https://github.com/ipfs/js-ipfs-http-response/commit/19acbae))
8+
9+
10+
111
<a name="0.1.3"></a>
212
## [0.1.3](https://github.com/ipfs/js-ipfs-http-response/compare/v0.1.2...v0.1.3) (2018-07-28)
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.3",
3+
"version": "0.1.4",
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)