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.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Nov 27, 2017
1 parent b6400ce commit 6e059b6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="0.6.0"></a>
# [0.6.0](https://github.com/libp2p/js-libp2p-websocket-star/compare/v0.5.1...v0.6.0) (2017-11-27)


### Bug Fixes

* Ci ([2402df2](https://github.com/libp2p/js-libp2p-websocket-star/commit/2402df2))
* Disconnect after challenge error ([f7247d5](https://github.com/libp2p/js-libp2p-websocket-star/commit/f7247d5))


### Features

* allowJoinWithDisabledChallenge ([257f92f](https://github.com/libp2p/js-libp2p-websocket-star/commit/257f92f))



<a name="0.5.1"></a>
## [0.5.1](https://github.com/libp2p/js-libp2p-websocket-star/compare/v0.5.0...v0.5.1) (2017-11-19)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libp2p-websocket-star",
"version": "0.5.1",
"version": "0.6.0",
"description": "libp2p-webrtc-star without webrtc. Just plain socket.io.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 6e059b6

Please sign in to comment.