From 8d2d8c98a0d33d7746ec3212d9ec21deefd8bc5a Mon Sep 17 00:00:00 2001 From: David Dias Date: Fri, 15 Dec 2017 07:10:42 +0000 Subject: [PATCH] chore: release version v0.14.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c16d3607..3f3c5a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.14.1](https://github.com/libp2p/js-libp2p/compare/v0.14.0...v0.14.1) (2017-12-15) + + +### Bug Fixes + +* prevent "The libp2p node is not started yet" when stopping ([#138](https://github.com/libp2p/js-libp2p/issues/138)) ([c88eaf4](https://github.com/libp2p/js-libp2p/commit/c88eaf4)) + + + # [0.14.0](https://github.com/libp2p/js-libp2p/compare/v0.13.3...v0.14.0) (2017-12-14) diff --git a/package.json b/package.json index 6f83efdb..dd110cd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p", - "version": "0.14.0", + "version": "0.14.1", "description": "JavaScript base class for libp2p bundles", "main": "src/index.js", "scripts": {