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

Commit d7f403c

Browse files
committed
chore: release version v0.65.9
1 parent 07543f8 commit d7f403c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="0.65.9"></a>
2+
## [0.65.9](https://github.com/ipfs/interface-ipfs-core/compare/v0.65.8...v0.65.9) (2018-05-16)
3+
4+
5+
### Bug Fixes
6+
7+
* add "files." to read* headers ([8b39b12](https://github.com/ipfs/interface-ipfs-core/commit/8b39b12))
8+
* linting warnings ([aae31b0](https://github.com/ipfs/interface-ipfs-core/commit/aae31b0))
9+
10+
11+
### Features
12+
13+
* add utils to spawn multiple nodes and get their ID ([e77a2f6](https://github.com/ipfs/interface-ipfs-core/commit/e77a2f6))
14+
15+
16+
117
<a name="0.65.8"></a>
218
## [0.65.8](https://github.com/ipfs/interface-ipfs-core/compare/v0.65.7...v0.65.8) (2018-05-15)
319

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