Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
chore: release version v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Feb 12, 2018
1 parent 1b41c10 commit 6338b11
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 1 deletion.
87 changes: 87 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<a name="0.6.1"></a>
## [0.6.1](https://github.com/libp2p/js-libp2p-ping/compare/v0.6.0...v0.6.1) (2018-02-12)



<a name="0.6.0"></a>
# [0.6.0](https://github.com/libp2p/js-libp2p-ping/compare/v0.5.0...v0.6.0) (2017-09-03)


### Features

* p2p addrs situation ([#67](https://github.com/libp2p/js-libp2p-ping/issues/67)) ([c4b68c6](https://github.com/libp2p/js-libp2p-ping/commit/c4b68c6))



<a name="0.5.0"></a>
# [0.5.0](https://github.com/libp2p/js-libp2p-ping/compare/v0.4.0...v0.5.0) (2017-07-22)



<a name="0.4.0"></a>
# [0.4.0](https://github.com/libp2p/js-libp2p-ping/compare/v0.3.2...v0.4.0) (2017-07-08)


### Features

* update to latest deps and apis ([75646ac](https://github.com/libp2p/js-libp2p-ping/commit/75646ac))



<a name="0.3.2"></a>
## [0.3.2](https://github.com/libp2p/js-libp2p-ping/compare/v0.3.1...v0.3.2) (2017-03-21)



<a name="0.3.1"></a>
## [0.3.1](https://github.com/libp2p/js-libp2p-ping/compare/v0.3.0...v0.3.1) (2017-02-09)



<a name="0.3.0"></a>
# [0.3.0](https://github.com/libp2p/js-libp2p-ping/compare/v0.2.0...v0.3.0) (2016-12-01)


### Bug Fixes

* refactor ([e892036](https://github.com/libp2p/js-libp2p-ping/commit/e892036))
* stop using lack of default memset as random number generator ([9ee10ad](https://github.com/libp2p/js-libp2p-ping/commit/9ee10ad))
* update ci configs ([d4174ad](https://github.com/libp2p/js-libp2p-ping/commit/d4174ad))


### Features

* moar tests ([a10bb7c](https://github.com/libp2p/js-libp2p-ping/commit/a10bb7c))
* supports multiple pings ([be4c9b0](https://github.com/libp2p/js-libp2p-ping/commit/be4c9b0))
* update Ping to latests libp2p versions, fix tests, add more tests, update API ([fc1be3a](https://github.com/libp2p/js-libp2p-ping/commit/fc1be3a))
* use libp2p-crypto instead ([efba7fa](https://github.com/libp2p/js-libp2p-ping/commit/efba7fa))
* use random ping value generator ([bca4a21](https://github.com/libp2p/js-libp2p-ping/commit/bca4a21))



<a name="0.2.0"></a>
# [0.2.0](https://github.com/libp2p/js-libp2p-ping/compare/v0.1.3...v0.2.0) (2016-09-07)


### Features

* **deps:** update deps ([2913fd4](https://github.com/libp2p/js-libp2p-ping/commit/2913fd4))
* **package.json:** add release scripts ([7e9940f](https://github.com/libp2p/js-libp2p-ping/commit/7e9940f))



<a name="0.1.3"></a>
## [0.1.3](https://github.com/libp2p/js-libp2p-ping/compare/v0.1.1...v0.1.3) (2016-06-29)



<a name="0.1.1"></a>
## [0.1.1](https://github.com/libp2p/js-libp2p-ping/compare/v0.1.0...v0.1.1) (2015-10-29)



<a name="0.1.0"></a>
# 0.1.0 (2015-07-27)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libp2p-ping",
"version": "0.6.0",
"version": "0.6.1",
"description": "libp2p Ping protocol implementation",
"main": "src/index.js",
"pre-commit": [
Expand Down

0 comments on commit 6338b11

Please sign in to comment.