From 8f19b4957fadf0c32539c65148b027b02ec4353a Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Tue, 2 Oct 2018 14:06:10 +0200 Subject: [PATCH] chore: release version v0.9.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 436dffb..11e6bc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [0.9.0](https://github.com/libp2p/js-libp2p-websocket-star/compare/v0.8.1...v0.9.0) (2018-10-02) + + +### Bug Fixes + +* better ws errors ([faa7c57](https://github.com/libp2p/js-libp2p-websocket-star/commit/faa7c57)) + + +### Features + +* fix stream closing behaviour ([9953f95](https://github.com/libp2p/js-libp2p-websocket-star/commit/9953f95)) + + + ## [0.8.1](https://github.com/libp2p/js-libp2p-websocket-star/compare/v0.8.0...v0.8.1) (2018-06-19) diff --git a/package.json b/package.json index e3950f6..215b5ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-websocket-star", - "version": "0.8.1", + "version": "0.9.0", "description": "libp2p-webrtc-star without webrtc. Just plain socket.io.", "leadMaintainer": "Jacob Heun ", "main": "src/index.js",