From b7f67f27643383fcb452d150dd61078be354addc Mon Sep 17 00:00:00 2001 From: David Dias Date: Fri, 29 Jun 2018 23:27:29 +0100 Subject: [PATCH] chore: release version v0.22.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 056d5b36d2..fbf0fc9d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +# [0.22.0](https://github.com/libp2p/js-libp2p/compare/v0.21.0...v0.22.0) (2018-06-29) + + +### Bug Fixes + +* add null property guards ([80f0b60](https://github.com/libp2p/js-libp2p/commit/80f0b60)) +* do not mutate the config object ([ac5cacb](https://github.com/libp2p/js-libp2p/commit/ac5cacb)) +* remove .only ([be9eafe](https://github.com/libp2p/js-libp2p/commit/be9eafe)) +* remove peer discovery module config checks ([4ad70ef](https://github.com/libp2p/js-libp2p/commit/4ad70ef)) +* typo in fixture and fail for correct reason ([1af5ba9](https://github.com/libp2p/js-libp2p/commit/1af5ba9)) + + +### Features + +* enable peer discovery modules by default ([e320854](https://github.com/libp2p/js-libp2p/commit/e320854)) + + + # [0.21.0](https://github.com/libp2p/js-libp2p/compare/v0.20.4...v0.21.0) (2018-06-28) diff --git a/package.json b/package.json index 6f64d931e8..b4ecefca1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p", - "version": "0.21.0", + "version": "0.22.0", "description": "JavaScript base class for libp2p bundles", "leadMaintainer": "David Dias ", "main": "src/index.js",