From eb062759c622b68a23b9c1c18fe86b516c995a62 Mon Sep 17 00:00:00 2001 From: Pedro Teixeira Date: Thu, 18 Oct 2018 11:00:01 +0100 Subject: [PATCH] chore: release version v0.12.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17576a8..7357d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [0.12.0](https://github.com/libp2p/js-peer-id/compare/v0.11.0...v0.12.0) (2018-10-18) + + +### Bug Fixes + +* add peerIdWithIs to the API functions using the instance ([2e5e666](https://github.com/libp2p/js-peer-id/commit/2e5e666)) + + +### Features + +* add class-is module ([6513a02](https://github.com/libp2p/js-peer-id/commit/6513a02)) + + + # [0.11.0](https://github.com/libp2p/js-peer-id/compare/v0.10.7...v0.11.0) (2018-07-02) diff --git a/package.json b/package.json index 0067b28..8e5af5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peer-id", - "version": "0.11.0", + "version": "0.12.0", "description": "IPFS Peer Id implementation in Node.js", "leadMaintainer": "Pedro Teixeira ", "main": "src/index.js",