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

Commit 6565673

Browse files
committed
chore: release version v0.18.3
1 parent a8e959e commit 6565673

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="0.18.3"></a>
2+
## [0.18.3](https://github.com/ipfs/interface-ipfs-core/compare/v0.18.2...v0.18.3) (2016-11-08)
3+
4+
5+
### Features
6+
7+
* **dht:** add dht.findpeer spec ([daf892d](https://github.com/ipfs/interface-ipfs-core/commit/daf892d))
8+
* **dht:** add dht.findprovs spec ([9878a92](https://github.com/ipfs/interface-ipfs-core/commit/9878a92))
9+
* **dht:** add dht.get spec ([9ec3064](https://github.com/ipfs/interface-ipfs-core/commit/9ec3064))
10+
* **dht:** add dht.put + .query spec ([841c2c3](https://github.com/ipfs/interface-ipfs-core/commit/841c2c3))
11+
12+
13+
114
<a name="0.18.2"></a>
215
## [0.18.2](https://github.com/ipfs/interface-ipfs-core/compare/v0.18.1...v0.18.2) (2016-11-08)
316

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.18.2",
3+
"version": "0.18.3",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)