From ef008a43e4940186cc387c6d989369ad2bc248b9 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 5 Apr 2018 16:38:36 +0100 Subject: [PATCH] chore: release version v5.0.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9746c..f9fed14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [5.0.0](https://github.com/whyrusleeping/js-mafmt/compare/v4.0.0...v5.0.0) (2018-04-05) + + + # [4.0.0](https://github.com/whyrusleeping/js-mafmt/compare/v3.1.0...v4.0.0) (2018-02-12) diff --git a/package.json b/package.json index 70620bc..e9a161d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mafmt", - "version": "4.0.0", + "version": "5.0.0", "description": "A multiaddr validator", "main": "src/index.js", "scripts": {