chore: release version v0.2.1

This commit is contained in:
David Dias 2017-12-28 08:51:26 +00:00
parent 849a7c75d0
commit 6a84873a0a
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<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)
### Features
* generate unique options for a key chain ([#20](https://github.com/libp2p/js-libp2p-keychain/issues/20)) ([89a451c](https://github.com/libp2p/js-libp2p-keychain/commit/89a451c))
<a name="0.2.0"></a>
# 0.2.0 (2017-12-20)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-keychain",
"version": "0.2.0",
"version": "0.2.1",
"description": "Key management and cryptographically protected messages",
"main": "src/index.js",
"scripts": {