chore: release version v0.3.0

This commit is contained in:
David Dias 2018-01-28 22:22:59 -08:00
parent 3816b8207f
commit acf48a8efe
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.3.0"></a>
# [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))
<a name="0.2.1"></a>
## [0.2.1](https://github.com/libp2p/js-libp2p-keychain/compare/v0.2.0...v0.2.1) (2017-12-28)

View File

@ -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": {