From 4c81f39ebe75946feeadf6920101b61e329fb179 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 16 Jan 2018 06:16:15 -0800 Subject: [PATCH] chore: release version v0.15.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c4f1bd..3175bdbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.15.1](https://github.com/libp2p/js-libp2p/compare/v0.15.0...v0.15.1) (2018-01-16) + + +### Bug Fixes + +* typo in DHT setup ([#151](https://github.com/libp2p/js-libp2p/issues/151)) ([61bebd1](https://github.com/libp2p/js-libp2p/commit/61bebd1)) + + + # [0.15.0](https://github.com/libp2p/js-libp2p/compare/v0.14.3...v0.15.0) (2018-01-07) diff --git a/package.json b/package.json index b96a7227..1cd22a71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p", - "version": "0.15.0", + "version": "0.15.1", "description": "JavaScript base class for libp2p bundles", "main": "src/index.js", "scripts": {