From 285b6ca392a610857fee8e38e57dffcbaf6cc5dd Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 20 Dec 2017 08:12:56 +0000 Subject: [PATCH] chore: release version v0.11.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c3b2e4..97c7d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.11.0](https://github.com/libp2p/js-libp2p-crypto/compare/v0.10.4...v0.11.0) (2017-12-20) + + +### Features + +* key exchange with jsrsasign ([#115](https://github.com/libp2p/js-libp2p-crypto/issues/115)) ([b342128](https://github.com/libp2p/js-libp2p-crypto/commit/b342128)) + + + ## [0.10.4](https://github.com/libp2p/js-libp2p-crypto/compare/v0.10.3...v0.10.4) (2017-12-01) diff --git a/package.json b/package.json index 8f2807f..308e53e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-crypto", - "version": "0.10.4", + "version": "0.11.0", "description": "Crypto primitives for libp2p", "main": "src/index.js", "browser": {