chore: release version v6.0.1

This commit is contained in:
Vasco Santos 2018-08-28 09:43:55 +01:00
parent f3dfbd4e36
commit de38b46c46
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="6.0.1"></a>
## [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))
<a name="6.0.0"></a>
# [6.0.0](https://github.com/whyrusleeping/js-mafmt/compare/v4.0.0...v6.0.0) (2018-04-05)

View File

@ -1,6 +1,6 @@
{
"name": "mafmt",
"version": "6.0.0",
"version": "6.0.1",
"description": "A multiaddr validator",
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
"main": "src/index.js",