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


### Bug Fixes

* add tcp port support ([#38](https://github.com/libp2p/js-libp2p-websocket-star/issues/38)) ([92af753](https://github.com/libp2p/js-libp2p-websocket-star/commit/92af753)), closes [#37](https://github.com/libp2p/js-libp2p-websocket-star/issues/37)



<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)

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.6.0",
"version": "0.7.0",
"description": "libp2p-webrtc-star without webrtc. Just plain socket.io.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 01358bd

Please sign in to comment.