From a6372971123e6552ddf443d2692bac9f6026d4a3 Mon Sep 17 00:00:00 2001 From: David Dias Date: Fri, 1 Dec 2017 08:51:43 +0000 Subject: [PATCH] chore: release version v0.10.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88c0720..71e7180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.10.3](https://github.com/libp2p/js-peer-id/compare/v0.10.2...v0.10.3) (2017-12-01) + + +### Bug Fixes + +* catch error when unmarshaling instead of crashing ([#72](https://github.com/libp2p/js-peer-id/issues/72)) ([156911e](https://github.com/libp2p/js-peer-id/commit/156911e)) + + + ## [0.10.2](https://github.com/libp2p/js-peer-id/compare/v0.10.1...v0.10.2) (2017-10-12) diff --git a/package.json b/package.json index e1a8146..d9536cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peer-id", - "version": "0.10.2", + "version": "0.10.3", "description": "IPFS Peer Id implementation in Node.js", "main": "src/index.js", "bin": "src/bin.js",