chore: release version v0.9.4

This commit is contained in:
David Dias 2018-03-28 15:22:40 -07:00
parent ed2c86eb85
commit 00d1f54b60
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.9.4"></a>
## [0.9.4](https://github.com/ipfs/js-libp2p-secio/compare/v0.9.3...v0.9.4) (2018-03-28)
### Bug Fixes
* pass the handshake failure on ([6d09b47](https://github.com/ipfs/js-libp2p-secio/commit/6d09b47))
<a name="0.9.3"></a>
## [0.9.3](https://github.com/ipfs/js-libp2p-secio/compare/v0.9.2...v0.9.3) (2018-02-27)

View File

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