From c7f20383d9820adafe90568910f3a844eb2917b9 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 14 Dec 2017 07:39:37 +0000 Subject: [PATCH] chore: release version v0.14.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e646a6f..c16d3607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.14.0](https://github.com/libp2p/js-libp2p/compare/v0.13.3...v0.14.0) (2017-12-14) + + +### Bug Fixes + +* remove innactive multiaddrs ([#131](https://github.com/libp2p/js-libp2p/issues/131)) ([1b7360f](https://github.com/libp2p/js-libp2p/commit/1b7360f)) + + + ## [0.13.3](https://github.com/libp2p/js-libp2p/compare/v0.13.2...v0.13.3) (2017-12-01) diff --git a/package.json b/package.json index f00f817b..6f83efdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p", - "version": "0.13.3", + "version": "0.14.0", "description": "JavaScript base class for libp2p bundles", "main": "src/index.js", "scripts": {