From 6338b117de173cffd734471c815ee8b6787c76f5 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 12 Feb 2018 09:39:56 +0000 Subject: [PATCH] chore: release version v0.6.1 --- CHANGELOG.md | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 88 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7090be1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,87 @@ + +## [0.6.1](https://github.com/libp2p/js-libp2p-ping/compare/v0.6.0...v0.6.1) (2018-02-12) + + + + +# [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)) + + + + +# [0.5.0](https://github.com/libp2p/js-libp2p-ping/compare/v0.4.0...v0.5.0) (2017-07-22) + + + + +# [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)) + + + + +## [0.3.2](https://github.com/libp2p/js-libp2p-ping/compare/v0.3.1...v0.3.2) (2017-03-21) + + + + +## [0.3.1](https://github.com/libp2p/js-libp2p-ping/compare/v0.3.0...v0.3.1) (2017-02-09) + + + + +# [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)) + + + + +# [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)) + + + + +## [0.1.3](https://github.com/libp2p/js-libp2p-ping/compare/v0.1.1...v0.1.3) (2016-06-29) + + + + +## [0.1.1](https://github.com/libp2p/js-libp2p-ping/compare/v0.1.0...v0.1.1) (2015-10-29) + + + + +# 0.1.0 (2015-07-27) + + + diff --git a/package.json b/package.json index 97cad62..0e0ae3e 100644 --- a/package.json +++ b/package.json @@ -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": [