From dbb667b082fbd13a27976e9d749fc9d924b7f320 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Mon, 2 Jul 2018 10:28:54 +0100 Subject: [PATCH] chore: release version v0.9.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2636cb4..159bbf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [0.9.3](https://github.com/libp2p/js-libp2p-bootstrap/compare/v0.9.2...v0.9.3) (2018-07-02) + + + ## [0.9.2](https://github.com/libp2p/js-libp2p-railing/compare/v0.9.1...v0.9.2) (2018-06-29) diff --git a/package.json b/package.json index 1ed4a39..0f8d890 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-bootstrap", - "version": "0.9.2", + "version": "0.9.3", "description": "Node.js IPFS Implementation of the railing process of a Node through a bootstrap peer list", "leadMaintainer": "Vasco Santos ", "main": "src/index.js",