Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 5d3f489

Browse files
committed
chore: release version v0.3.2
1 parent 65129bf commit 5d3f489

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.3.2"></a>
2+
## [0.3.2](https://github.com/libp2p/js-libp2p-keychain/compare/v0.3.1...v0.3.2) (2018-09-18)
3+
4+
5+
### Bug Fixes
6+
7+
* validate createKey params properly ([#26](https://github.com/libp2p/js-libp2p-keychain/issues/26)) ([8dfaab1](https://github.com/libp2p/js-libp2p-keychain/commit/8dfaab1))
8+
9+
10+
111
<a name="0.3.1"></a>
212
## [0.3.1](https://github.com/libp2p/js-libp2p-keychain/compare/v0.3.0...v0.3.1) (2018-01-29)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p-keychain",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Key management and cryptographically protected messages",
55
"leadMaintainer": "Vasco Santos <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)