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

Commit 0a937ac

Browse files
committed
chore: release version v0.76.1
1 parent bad6735 commit 0a937ac

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="0.76.1"></a>
2+
## [0.76.1](https://github.com/ipfs/interface-ipfs-core/compare/v0.76.0...v0.76.1) (2018-08-16)
3+
4+
5+
### Bug Fixes
6+
7+
* allow retries for DNS test due to dependence on external services ([#352](https://github.com/ipfs/interface-ipfs-core/issues/352)) ([5b3f5a8](https://github.com/ipfs/interface-ipfs-core/commit/5b3f5a8))
8+
* typo ([b9dc12a](https://github.com/ipfs/interface-ipfs-core/commit/b9dc12a))
9+
* typo ([2fbf551](https://github.com/ipfs/interface-ipfs-core/commit/2fbf551))
10+
11+
12+
113
<a name="0.76.0"></a>
214
# [0.76.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.75.2...v0.76.0) (2018-08-10)
315

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.76.0",
3+
"version": "0.76.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)