From bd1dc9bda02bb709569f6bfce5ddbf93c5736c79 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 2 Jul 2018 19:28:04 +0200 Subject: [PATCH] chore: release version v0.11.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7dd740..17576a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.11.0](https://github.com/libp2p/js-peer-id/compare/v0.10.7...v0.11.0) (2018-07-02) + + +### Features + +* change toPrint output to match go implementation ([e8ab1b9](https://github.com/libp2p/js-peer-id/commit/e8ab1b9)) + + + ## [0.10.7](https://github.com/libp2p/js-peer-id/compare/v0.10.6...v0.10.7) (2018-04-05) diff --git a/package.json b/package.json index 29cd978..a2c72d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peer-id", - "version": "0.10.7", + "version": "0.11.0", "description": "IPFS Peer Id implementation in Node.js", "leadMaintainer": "Pedro Teixeira ", "main": "src/index.js",