From 39f70c66715d9efe13e890805bc4666b1bbd91e1 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 5 Apr 2018 17:35:17 +0100 Subject: [PATCH] chore: release version v0.10.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6582e6d..c19f41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [0.10.0](https://github.com/ipfs/js-libp2p-secio/compare/v0.9.4...v0.10.0) (2018-04-05) + + + ## [0.9.4](https://github.com/ipfs/js-libp2p-secio/compare/v0.9.3...v0.9.4) (2018-03-28) diff --git a/package.json b/package.json index 6afcf53..6b81917 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-secio", - "version": "0.9.4", + "version": "0.10.0", "description": "Secio implementation in JavaScript", "main": "src/index.js", "scripts": {