chore: release version v0.12.0

This commit is contained in:
David Dias 2018-04-30 22:17:50 +01:00
parent 1d0e97d6b1
commit 11b62d62a2
No known key found for this signature in database
GPG Key ID: B73E8EE5806E92E0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
<a name="0.12.0"></a>
# [0.12.0](https://github.com/libp2p/js-libp2p-websockets/compare/v0.11.0...v0.12.0) (2018-04-30)
<a name="0.11.0"></a>
# [0.11.0](https://github.com/libp2p/js-libp2p-websockets/compare/v0.10.5...v0.11.0) (2018-04-05)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-websockets",
"version": "0.11.0",
"version": "0.12.0",
"description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec",
"main": "src/index.js",
"scripts": {