chore: release version v0.11.0

This commit is contained in:
David Dias 2018-07-02 19:28:04 +02:00
parent 31cbb5d94c
commit bd1dc9bda0
No known key found for this signature in database
GPG Key ID: B73E8EE5806E92E0
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.11.0"></a>
# [0.11.0](https://github.com/libp2p/js-peer-id/compare/v0.10.7...v0.11.0) (2018-07-02)
### Features
* change toPrint output to match go implementation ([e8ab1b9](https://github.com/libp2p/js-peer-id/commit/e8ab1b9))
<a name="0.10.7"></a>
## [0.10.7](https://github.com/libp2p/js-peer-id/compare/v0.10.6...v0.10.7) (2018-04-05)

View File

@ -1,6 +1,6 @@
{
"name": "peer-id",
"version": "0.10.7",
"version": "0.11.0",
"description": "IPFS Peer Id implementation in Node.js",
"leadMaintainer": "Pedro Teixeira <i@pgte.me>",
"main": "src/index.js",