From ee978a54ea83bdd47be9e2c7d48f0ce403cd9c61 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 28 Jan 2018 22:36:45 -0800 Subject: [PATCH] chore: release version v0.3.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e27821..06b1412f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [0.3.1](https://github.com/libp2p/js-libp2p-keychain/compare/v0.3.0...v0.3.1) (2018-01-29) + + + # [0.3.0](https://github.com/libp2p/js-libp2p-keychain/compare/v0.2.1...v0.3.0) (2018-01-29) diff --git a/package.json b/package.json index 13e0a85f..f04b5c8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-keychain", - "version": "0.3.0", + "version": "0.3.1", "description": "Key management and cryptographically protected messages", "main": "src/index.js", "scripts": {