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

Commit 6b7a0fd

Browse files
committed
chore: release version v0.66.1
1 parent 1fe6933 commit 6b7a0fd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="0.66.1"></a>
2+
## [0.66.1](https://github.com/ipfs/interface-ipfs-core/compare/v0.66.0...v0.66.1) (2018-05-17)
3+
4+
5+
### Bug Fixes
6+
7+
* increase timeouts ([9cba111](https://github.com/ipfs/interface-ipfs-core/commit/9cba111))
8+
* remove .only ([45fab1c](https://github.com/ipfs/interface-ipfs-core/commit/45fab1c))
9+
* wait until nodes are connected before starting ping tests ([1b60f24](https://github.com/ipfs/interface-ipfs-core/commit/1b60f24))
10+
* **pubsub:** clear interval on error ([d074e13](https://github.com/ipfs/interface-ipfs-core/commit/d074e13))
11+
12+
13+
114
<a name="0.66.0"></a>
215
# [0.66.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.65.9...v0.66.0) (2018-05-16)
316

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.66.0",
3+
"version": "0.66.1",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"leadMaintainer": "Alan Shaw <[email protected]>",
66
"main": "js/src/index.js",

0 commit comments

Comments
 (0)