From a77bbbc23818e32e798b7cc7a2fb0fcfe853a5e4 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 5 Apr 2018 18:00:22 +0100 Subject: [PATCH] chore: release version v0.2.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2380410..6e68fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [0.2.0](https://github.com/libp2p/js-libp2p-circuit/compare/v0.1.5...v0.2.0) (2018-04-05) + + + ## [0.1.5](https://github.com/libp2p/js-libp2p-circuit/compare/v0.1.4...v0.1.5) (2018-03-14) diff --git a/package.json b/package.json index 9e4ac65..94a9498 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-circuit", - "version": "0.1.5", + "version": "0.2.0", "description": "JavaScript implementation of circuit/switch relaying", "main": "src/index.js", "scripts": {