From f3cb8ced36cfc1279be7aad317d3157c227bf579 Mon Sep 17 00:00:00 2001 From: David Dias Date: Fri, 1 Dec 2017 08:42:19 +0000 Subject: [PATCH] chore: release version v0.10.4 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f0253..4c3b2e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.10.4](https://github.com/libp2p/js-libp2p-crypto/compare/v0.10.3...v0.10.4) (2017-12-01) + + +### Bug Fixes + +* catch error when unmarshaling instead of crashing ([#113](https://github.com/libp2p/js-libp2p-crypto/issues/113)) ([7608fdd](https://github.com/libp2p/js-libp2p-crypto/commit/7608fdd)) + + + ## [0.10.3](https://github.com/libp2p/js-libp2p-crypto/compare/v0.10.2...v0.10.3) (2017-09-07) diff --git a/package.json b/package.json index c0276a9..ae1c589 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-crypto", - "version": "0.10.3", + "version": "0.10.4", "description": "Crypto primitives for libp2p", "main": "src/index.js", "browser": {