chore: release version v0.20.0

This commit is contained in:
David Dias
2018-04-06 17:03:47 +01:00
parent 3808c365b1
commit db3f6dbb06
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.20.0"></a>
# [0.20.0](https://github.com/libp2p/js-libp2p/compare/v0.19.2...v0.20.0) (2018-04-06)
### Features
* use class-is for type checks ([bb0c990](https://github.com/libp2p/js-libp2p/commit/bb0c990))
<a name="0.19.2"></a>
## [0.19.2](https://github.com/libp2p/js-libp2p/compare/v0.19.0...v0.19.2) (2018-03-28)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p",
"version": "0.19.2",
"version": "0.20.0",
"description": "JavaScript base class for libp2p bundles",
"main": "src/index.js",
"scripts": {