From 09c38d9f52c4d0e6580c33ebdc972daf5b7a1643 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 12 Sep 2018 10:25:59 +0100 Subject: [PATCH] chore: release version v6.0.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c76baf..41c1c83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [6.0.2](https://github.com/whyrusleeping/js-mafmt/compare/v6.0.1...v6.0.2) (2018-09-12) + + +### Features + +* add tcp over dns ([#31](https://github.com/whyrusleeping/js-mafmt/issues/31)) ([acc9295](https://github.com/whyrusleeping/js-mafmt/commit/acc9295)) + + + ## [6.0.1](https://github.com/whyrusleeping/js-mafmt/compare/v6.0.0...v6.0.1) (2018-08-28) diff --git a/package.json b/package.json index 3145542..0310c93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mafmt", - "version": "6.0.1", + "version": "6.0.2", "description": "A multiaddr validator", "leadMaintainer": "Vasco Santos ", "main": "src/index.js",