From 7ea2e9f875bf5db91ef3cda5e2cd184bc372e7e8 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 5 Jun 2018 12:23:30 +0100 Subject: [PATCH] chore: release version v0.9.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af33292..d8f29d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.9.0](https://github.com/libp2p/js-libp2p-railing/compare/v0.8.1...v0.9.0) (2018-06-05) + + +### Features + +* (BREAKING CHANGE) constructor takes options. + add tag, update deps and fix tests ([27f9aed](https://github.com/libp2p/js-libp2p-railing/commit/27f9aed)) + + + ## [0.8.1](https://github.com/libp2p/js-libp2p-railing/compare/v0.8.0...v0.8.1) (2018-04-12) diff --git a/package.json b/package.json index e347777..6f5dddb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-railing", - "version": "0.8.1", + "version": "0.9.0", "description": "Node.js IPFS Implementation of the railing process of a Node through a bootstrap peer list", "main": "src/index.js", "scripts": {