From acf48a8efe33f0bb4c7ae0f8f9a55ff2ab378168 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 28 Jan 2018 22:22:59 -0800 Subject: [PATCH] chore: release version v0.3.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79011d74..74e27821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.3.0](https://github.com/libp2p/js-libp2p-keychain/compare/v0.2.1...v0.3.0) (2018-01-29) + + +### Bug Fixes + +* deepmerge 2.0.1 fails in browser, stay with 1.5.2 ([2ce4444](https://github.com/libp2p/js-libp2p-keychain/commit/2ce4444)) + + + ## [0.2.1](https://github.com/libp2p/js-libp2p-keychain/compare/v0.2.0...v0.2.1) (2017-12-28) diff --git a/package.json b/package.json index 955a40a3..13e0a85f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-keychain", - "version": "0.2.1", + "version": "0.3.0", "description": "Key management and cryptographically protected messages", "main": "src/index.js", "scripts": {