chore: release version v0.10.5

This commit is contained in:
David Dias 2018-02-20 10:35:30 +00:00
parent 3839bee7d5
commit e7ab32f0be
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
<a name="0.10.5"></a>
## [0.10.5](https://github.com/libp2p/js-libp2p-websockets/compare/v0.10.4...v0.10.5) (2018-02-20)
<a name="0.10.4"></a>
## [0.10.4](https://github.com/libp2p/js-libp2p-websockets/compare/v0.10.2...v0.10.4) (2017-10-22)

View File

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