From 3ad696445d119d700dacfc0f159d20d2b8ff3ede Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 26 Oct 2017 13:02:16 +0100 Subject: [PATCH] chore: release version v0.13.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 666817ae..fc6c9987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.13.0](https://github.com/libp2p/js-libp2p/compare/v0.12.4...v0.13.0) (2017-10-26) + + +### Features + +* enable and test Circuit Relay ([29cc0af](https://github.com/libp2p/js-libp2p/commit/29cc0af)) + + + ## [0.12.4](https://github.com/libp2p/js-libp2p/compare/v0.12.3...v0.12.4) (2017-09-07) diff --git a/package.json b/package.json index e143336e..61ebf090 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p", - "version": "0.12.4", + "version": "0.13.0", "description": "JavaScript base class for libp2p bundles", "main": "src/index.js", "scripts": {