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

Commit 1c39d66

Browse files
committed
chore: release version v0.3.0
1 parent 529613a commit 1c39d66

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="0.3.0"></a>
2+
## [0.3.0](https://github.com/ipfs/js-ipfs-http-response/compare/v0.2.2...v0.3.0) (2019-05-21)
3+
4+
BREAKING CHANGE: v1 CIDs created by this module now default to base32 encoding when stringified
5+
6+
Not a direct dependency of this module but ipld-dag-pb changed the
7+
case of some property names that are used by this module.
8+
19
<a name="0.2.2"></a>
210
## [0.2.2](https://github.com/ipfs/js-ipfs-http-response/compare/v0.2.1...v0.2.2) (2019-01-19)
311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-response",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Creates an HTTP response from an IPFS Hash",
55
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)