chore: release version v0.9.0

This commit is contained in:
David Dias 2018-01-07 16:26:38 +00:00
parent ca287fb3b8
commit cc6785fb8e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
<a name="0.9.0"></a>
# [0.9.0](https://github.com/ipfs/js-libp2p-secio/compare/v0.8.1...v0.9.0) (2018-01-07)
<a name="0.8.1"></a>
## [0.8.1](https://github.com/ipfs/js-libp2p-secio/compare/v0.8.0...v0.8.1) (2017-09-07)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-secio",
"version": "0.8.1",
"version": "0.9.0",
"description": "Secio implementation in JavaScript",
"main": "src/index.js",
"scripts": {