Compare commits

...

5 Commits

Author SHA1 Message Date
7733ba5cd7 chore: release version v0.16.3 2018-02-08 08:11:24 +00:00
52bf826ec6 chore: update contributors 2018-02-08 08:11:24 +00:00
10619afbe6 chore: release version v0.16.2 2018-02-07 09:50:30 +00:00
3debabdd26 chore: update contributors 2018-02-07 09:50:30 +00:00
56e095983a chore: update npm ignore 2018-02-07 09:50:01 +00:00
3 changed files with 14 additions and 1 deletions

View File

@ -1,6 +1,9 @@
**/node_modules/
**/*.log
test/repo-tests*
img
docs
examples
# Logs
logs

View File

@ -1,3 +1,13 @@
<a name="0.16.3"></a>
## [0.16.3](https://github.com/libp2p/js-libp2p/compare/v0.16.2...v0.16.3) (2018-02-08)
<a name="0.16.2"></a>
## [0.16.2](https://github.com/libp2p/js-libp2p/compare/v0.16.1...v0.16.2) (2018-02-07)
<a name="0.16.1"></a>
## [0.16.1](https://github.com/libp2p/js-libp2p/compare/v0.16.0...v0.16.1) (2018-02-07)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p",
"version": "0.16.1",
"version": "0.16.3",
"description": "JavaScript base class for libp2p bundles",
"main": "src/index.js",
"scripts": {