chore: release version v0.3.2

This commit is contained in:
Vasco Santos 2018-09-18 13:02:43 +01:00
parent 65129bff3b
commit 5d3f489f23
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.3.2"></a>
## [0.3.2](https://github.com/libp2p/js-libp2p-keychain/compare/v0.3.1...v0.3.2) (2018-09-18)
### Bug Fixes
* validate createKey params properly ([#26](https://github.com/libp2p/js-libp2p-keychain/issues/26)) ([8dfaab1](https://github.com/libp2p/js-libp2p-keychain/commit/8dfaab1))
<a name="0.3.1"></a>
## [0.3.1](https://github.com/libp2p/js-libp2p-keychain/compare/v0.3.0...v0.3.1) (2018-01-29)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-keychain",
"version": "0.3.1",
"version": "0.3.2",
"description": "Key management and cryptographically protected messages",
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
"main": "src/index.js",