From 834f358064883feb2f06f170907cdbbba7bd859c Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 5 Dec 2017 17:10:36 +0000 Subject: [PATCH] chore: release version v0.7.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 834fbcf..dc5f763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.7.2](https://github.com/libp2p/js-libp2p-websocket-star/compare/v0.7.1...v0.7.2) (2017-12-05) + + +### Bug Fixes + +* reconnect signature and multi address validation ([#39](https://github.com/libp2p/js-libp2p-websocket-star/issues/39)) ([51ac5d5](https://github.com/libp2p/js-libp2p-websocket-star/commit/51ac5d5)) + + + ## [0.7.1](https://github.com/libp2p/js-libp2p-websocket-star/compare/v0.7.0...v0.7.1) (2017-11-30) diff --git a/package.json b/package.json index cf9933b..2af1c84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-websocket-star", - "version": "0.7.1", + "version": "0.7.2", "description": "libp2p-webrtc-star without webrtc. Just plain socket.io.", "main": "src/index.js", "scripts": {