From 3e066d30782467bb964bc8d0f068d08ee6f28b93 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 19 Jun 2018 13:39:22 +0100 Subject: [PATCH] chore: release version v0.8.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba43c0..94cc2a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# [0.8.0](https://github.com/libp2p/js-libp2p-mplex/compare/v0.7.0...v0.8.0) (2018-06-19) + + +### Bug Fixes + +* add setImmediatte to the call of callback ([8cdcd0d](https://github.com/libp2p/js-libp2p-mplex/commit/8cdcd0d)) +* catch Multiplexer is destroyed error into callback ([#79](https://github.com/libp2p/js-libp2p-mplex/issues/79)) ([b60205f](https://github.com/libp2p/js-libp2p-mplex/commit/b60205f)) +* missing dep and readme example ([#77](https://github.com/libp2p/js-libp2p-mplex/issues/77)) ([904cd7c](https://github.com/libp2p/js-libp2p-mplex/commit/904cd7c)) +* package.json deps semver ([126b966](https://github.com/libp2p/js-libp2p-mplex/commit/126b966)) + + + # [0.7.0](https://github.com/libp2p/js-libp2p-mplex/compare/v0.6.0...v0.7.0) (2018-04-05) diff --git a/package.json b/package.json index e844684..f59891a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-mplex", - "version": "0.7.0", + "version": "0.8.0", "description": "JavaScript implementation of https://github.com/libp2p/mplex", "main": "src/index.js", "scripts": {