From e26c9117baf18d03982370dc58d24334c76ebb75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Sun, 17 Jun 2018 10:47:28 +0200 Subject: [PATCH] chore: release version v0.0.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b3ca7..cd24af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.0.2](https://github.com/mkg20001/libp2p-exchange-rendezvous/compare/v0.0.1...v0.0.2) (2018-06-17) + + +### Features + +* more debug logs ([464da9c](https://github.com/mkg20001/libp2p-exchange-rendezvous/commit/464da9c)) + + + ## 0.0.1 (2018-06-15) diff --git a/package.json b/package.json index 67ddf9f..5c05e0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-exchange-rendezvous", - "version": "0.0.1", + "version": "0.0.2", "description": "Data Exchange component that uses other peers to exchange requests/responses", "main": "index.js", "scripts": {