chore: release version v0.9.1

This commit is contained in:
David Dias 2018-01-27 18:37:59 -08:00
parent 8a416ac5f5
commit 77849b18d7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
<a name="0.9.1"></a>
## [0.9.1](https://github.com/ipfs/js-libp2p-secio/compare/v0.9.0...v0.9.1) (2018-01-28)
<a name="0.9.0"></a> <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) # [0.9.0](https://github.com/ipfs/js-libp2p-secio/compare/v0.8.1...v0.9.0) (2018-01-07)

View File

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