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

Commit 5bb90ac

Browse files
committed
chore: release version v0.56.1
1 parent 3d35a31 commit 5bb90ac

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="0.56.1"></a>
2+
## [0.56.1](https://github.com/ipfs/interface-ipfs-core/compare/v0.56.0...v0.56.1) (2018-03-16)
3+
4+
5+
### Bug Fixes
6+
7+
* don't error to specific ([ec16016](https://github.com/ipfs/interface-ipfs-core/commit/ec16016))
8+
* fix broken stat tests ([#236](https://github.com/ipfs/interface-ipfs-core/issues/236)) ([fcb8341](https://github.com/ipfs/interface-ipfs-core/commit/fcb8341)), closes [/github.com/ipfs/interface-ipfs-core/commit/c4934ca0b3b43f5bfc1ff5dd38f85d945d3244de#diff-0a6449ecfa8b9e3d807f53dde24eca71R66](https://github.com//github.com/ipfs/interface-ipfs-core/commit/c4934ca0b3b43f5bfc1ff5dd38f85d945d3244de/issues/diff-0a6449ecfa8b9e3d807f53dde24eca71R66)
9+
10+
11+
112
<a name="0.56.0"></a>
213
# [0.56.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.55.1...v0.56.0) (2018-03-12)
314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.56.0",
3+
"version": "0.56.1",
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)