Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 19318eb

Browse files
committed
chore: release version v0.53.0
1 parent 52268de commit 19318eb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="0.53.0"></a>
2+
# [0.53.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.52.0...v0.53.0) (2018-03-07)
3+
4+
5+
### Bug Fixes
6+
7+
* adapt dag tests to current environment ([7a6fc5f](https://github.com/ipfs/interface-ipfs-core/commit/7a6fc5f))
8+
* bwPullStream example ([59bd7ac](https://github.com/ipfs/interface-ipfs-core/commit/59bd7ac))
9+
10+
11+
112
<a name="0.52.0"></a>
213
# [0.52.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.51.0...v0.52.0) (2018-02-15)
314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.52.0",
3+
"version": "0.53.0",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"main": "js/src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)