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

Commit b8e27c1

Browse files
committed
chore: release version v0.64.3
1 parent ce41a88 commit b8e27c1

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="0.64.3"></a>
2+
## [0.64.3](https://github.com/ipfs/interface-ipfs-core/compare/v0.64.2...v0.64.3) (2018-05-06)
3+
4+
5+
### Bug Fixes
6+
7+
* Typos on bundled libraries pull request ([2972426](https://github.com/ipfs/interface-ipfs-core/commit/2972426))
8+
9+
10+
### Features
11+
12+
* add onlyHash option to files.add ([#259](https://github.com/ipfs/interface-ipfs-core/issues/259)) ([63179b9](https://github.com/ipfs/interface-ipfs-core/commit/63179b9))
13+
14+
15+
### Performance Improvements
16+
17+
* **pubsub:** Change pubsub tests to do lighter load testing ([90a1520](https://github.com/ipfs/interface-ipfs-core/commit/90a1520))
18+
19+
20+
121
<a name="0.64.2"></a>
222
## [0.64.2](https://github.com/ipfs/interface-ipfs-core/compare/v0.64.1...v0.64.2) (2018-04-23)
323

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