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.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Apr 23, 2018
1 parent 39c95c7 commit 958d400
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.8.0"></a>
# [0.8.0](https://github.com/libp2p/js-libp2p-ping/compare/v0.7.0...v0.8.0) (2018-04-23)


### Features

* add start/stop method ([#69](https://github.com/libp2p/js-libp2p-ping/issues/69)) ([c0a6a46](https://github.com/libp2p/js-libp2p-ping/commit/c0a6a46))



<a name="0.7.0"></a>
# [0.7.0](https://github.com/libp2p/js-libp2p-ping/compare/v0.6.1...v0.7.0) (2018-04-05)

Expand Down
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.7.0",
"version": "0.8.0",
"description": "libp2p Ping protocol implementation",
"main": "src/index.js",
"pre-commit": [
Expand Down

0 comments on commit 958d400

Please sign in to comment.