chore: release version v0.23.0

This commit is contained in:
David Dias 2018-07-27 14:01:36 +02:00
parent 550af3cbde
commit e6e5b872dc
No known key found for this signature in database
GPG Key ID: B73E8EE5806E92E0
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
<a name="0.23.0"></a>
# [0.23.0](https://github.com/libp2p/js-libp2p/compare/v0.22.0...v0.23.0) (2018-07-27)
### Bug Fixes
* start and stop connection manager with libp2p ([6106915](https://github.com/libp2p/js-libp2p/commit/6106915))
### Features
* add check for protector and enforced pnet ([2b7cc55](https://github.com/libp2p/js-libp2p/commit/2b7cc55))
<a name="0.22.0"></a>
# [0.22.0](https://github.com/libp2p/js-libp2p/compare/v0.21.0...v0.22.0) (2018-06-29)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p",
"version": "0.22.0",
"version": "0.23.0",
"description": "JavaScript base class for libp2p bundles",
"leadMaintainer": "David Dias <daviddias@ipfs.io>",
"main": "src/index.js",