From de38b46c46b9b25a78ae041cd2b335470a0bf31a Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Tue, 28 Aug 2018 09:43:55 +0100 Subject: [PATCH] chore: release version v6.0.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01dce48..3c76baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [6.0.1](https://github.com/whyrusleeping/js-mafmt/compare/v6.0.0...v6.0.1) (2018-08-28) + + +### Features + +* adds HTTPS validation and HTTP(s) tests ([87c4202](https://github.com/whyrusleeping/js-mafmt/commit/87c4202)) + + + # [6.0.0](https://github.com/whyrusleeping/js-mafmt/compare/v4.0.0...v6.0.0) (2018-04-05) diff --git a/package.json b/package.json index 19f5192..2b805db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mafmt", - "version": "6.0.0", + "version": "6.0.1", "description": "A multiaddr validator", "leadMaintainer": "Vasco Santos ", "main": "src/index.js",