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

Commit

Permalink
chore: release version v0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Nov 8, 2016
1 parent a8e959e commit 6565673
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="0.18.3"></a>
## [0.18.3](https://github.com/ipfs/interface-ipfs-core/compare/v0.18.2...v0.18.3) (2016-11-08)


### Features

* **dht:** add dht.findpeer spec ([daf892d](https://github.com/ipfs/interface-ipfs-core/commit/daf892d))
* **dht:** add dht.findprovs spec ([9878a92](https://github.com/ipfs/interface-ipfs-core/commit/9878a92))
* **dht:** add dht.get spec ([9ec3064](https://github.com/ipfs/interface-ipfs-core/commit/9ec3064))
* **dht:** add dht.put + .query spec ([841c2c3](https://github.com/ipfs/interface-ipfs-core/commit/841c2c3))



<a name="0.18.2"></a>
## [0.18.2](https://github.com/ipfs/interface-ipfs-core/compare/v0.18.1...v0.18.2) (2016-11-08)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
"version": "0.18.2",
"version": "0.18.3",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 6565673

Please sign in to comment.