Compare commits

...

3 Commits

Author SHA1 Message Date
c26b30af3f chore: release version v0.19.1 2018-03-28 15:28:42 -07:00
2f064ee977 chore: update contributors 2018-03-28 15:28:42 -07:00
be4489d390 chore: update deps 2018-03-28 15:25:01 -07:00
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
<a name="0.19.1"></a>
## [0.19.1](https://github.com/libp2p/js-libp2p/compare/v0.19.0...v0.19.1) (2018-03-28)
<a name="0.19.0"></a> <a name="0.19.0"></a>
# [0.19.0](https://github.com/libp2p/js-libp2p/compare/v0.18.0...v0.19.0) (2018-03-15) # [0.19.0](https://github.com/libp2p/js-libp2p/compare/v0.18.0...v0.19.0) (2018-03-15)

View File

@ -1,6 +1,6 @@
{ {
"name": "libp2p", "name": "libp2p",
"version": "0.19.0", "version": "0.19.1",
"description": "JavaScript base class for libp2p bundles", "description": "JavaScript base class for libp2p bundles",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
@ -42,7 +42,7 @@
"libp2p-ping": "~0.6.1", "libp2p-ping": "~0.6.1",
"libp2p-switch": "~0.37.3", "libp2p-switch": "~0.37.3",
"mafmt": "^4.0.0", "mafmt": "^4.0.0",
"multiaddr": "^3.0.2", "multiaddr": "^3.1.0",
"peer-book": "~0.5.4", "peer-book": "~0.5.4",
"peer-id": "~0.10.6", "peer-id": "~0.10.6",
"peer-info": "~0.11.6" "peer-info": "~0.11.6"
@ -58,7 +58,7 @@
"libp2p-mdns": "~0.9.2", "libp2p-mdns": "~0.9.2",
"libp2p-mplex": "~0.6.0", "libp2p-mplex": "~0.6.0",
"libp2p-railing": "~0.7.1", "libp2p-railing": "~0.7.1",
"libp2p-secio": "~0.9.3", "libp2p-secio": "~0.9.4",
"libp2p-spdy": "~0.11.0", "libp2p-spdy": "~0.11.0",
"libp2p-tcp": "~0.11.6", "libp2p-tcp": "~0.11.6",
"libp2p-webrtc-star": "~0.13.4", "libp2p-webrtc-star": "~0.13.4",
@ -69,9 +69,9 @@
"pre-commit": "^1.2.2", "pre-commit": "^1.2.2",
"pull-goodbye": "0.0.2", "pull-goodbye": "0.0.2",
"pull-serializer": "~0.3.2", "pull-serializer": "~0.3.2",
"pull-stream": "^3.6.2", "pull-stream": "^3.6.7",
"safe-buffer": "^5.1.1", "safe-buffer": "^5.1.1",
"sinon": "^4.4.6", "sinon": "^4.4.10",
"wrtc": "0.0.67" "wrtc": "0.0.67"
}, },
"contributors": [ "contributors": [