chore: release version v0.9.2

This commit is contained in:
David Dias 2018-02-12 09:36:58 +00:00
parent ecb89ed52e
commit 7c2b7a9571
2 changed files with 6 additions and 1 deletions

View File

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

View File

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