From 00d1f54b603740a75c344eabae2242c25ef03191 Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 28 Mar 2018 15:22:40 -0700 Subject: [PATCH] chore: release version v0.9.4 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d675a28..6582e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [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)) + + + ## [0.9.3](https://github.com/ipfs/js-libp2p-secio/compare/v0.9.2...v0.9.3) (2018-02-27) diff --git a/package.json b/package.json index d6cb063..b5e7154 100644 --- a/package.json +++ b/package.json @@ -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": {