From 98f2903088b8ebaa59dfcf55d6f5892ed1e50260 Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 7 Feb 2018 08:39:08 +0000 Subject: [PATCH] chore: release version v0.16.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8c470f..8c237d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +# [0.16.0](https://github.com/libp2p/js-libp2p/compare/v0.15.2...v0.16.0) (2018-02-07) + + +### Features + +* add explicit error for case peer id not included in multiaddr ([#155](https://github.com/libp2p/js-libp2p/issues/155)) ([bd8a35a](https://github.com/libp2p/js-libp2p/commit/bd8a35a)) +* dialProtocol and small refactor ([6651401](https://github.com/libp2p/js-libp2p/commit/6651401)) +* use libp2p-switch ([23e8293](https://github.com/libp2p/js-libp2p/commit/23e8293)) + + + ## [0.15.2](https://github.com/libp2p/js-libp2p/compare/v0.15.1...v0.15.2) (2018-01-28) diff --git a/package.json b/package.json index 5b743d7b..5add1da7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p", - "version": "0.15.2", + "version": "0.16.0", "description": "JavaScript base class for libp2p bundles", "main": "src/index.js", "scripts": {