From 35b384ed152f7e08e50a464bb567dad25fcbd4eb Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 20 Dec 2017 12:33:36 +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 71e7180..de8c557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.10.4](https://github.com/libp2p/js-peer-id/compare/v0.10.3...v0.10.4) (2017-12-20) + + +### Bug Fixes + +* update dependencies ([#73](https://github.com/libp2p/js-peer-id/issues/73)) ([8b9a134](https://github.com/libp2p/js-peer-id/commit/8b9a134)) + + + ## [0.10.3](https://github.com/libp2p/js-peer-id/compare/v0.10.2...v0.10.3) (2017-12-01) diff --git a/package.json b/package.json index 784bb5a..8ab191d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peer-id", - "version": "0.10.3", + "version": "0.10.4", "description": "IPFS Peer Id implementation in Node.js", "main": "src/index.js", "bin": "src/bin.js",