Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
chore: release version v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun committed Oct 2, 2018
1 parent 6800e62 commit 8f19b49
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
<a name="0.9.0"></a>
# [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))



<a name="0.8.1"></a>
## [0.8.1](https://github.com/libp2p/js-libp2p-websocket-star/compare/v0.8.0...v0.8.1) (2018-06-19)

Expand Down
2 changes: 1 addition & 1 deletion 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 <jacobheun@gmail.com>",
"main": "src/index.js",
Expand Down

0 comments on commit 8f19b49

Please sign in to comment.