From 02eb342be7bcf0d9c35c58487102d0059aba49a5 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 12 Feb 2018 10:16:57 +0000 Subject: [PATCH] chore: release version v3.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a83bc98..13a0b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [3.1.0](https://github.com/whyrusleeping/js-mafmt/compare/v3.0.2...v3.1.0) (2018-02-12) + + +### Features + +* /dns => /dnsaddr ([#21](https://github.com/whyrusleeping/js-mafmt/issues/21)) ([ecef5f4](https://github.com/whyrusleeping/js-mafmt/commit/ecef5f4)) + + + ## [3.0.2](https://github.com/whyrusleeping/js-mafmt/compare/v3.0.1...v3.0.2) (2017-10-24) diff --git a/package.json b/package.json index c0d72e7..220f833 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mafmt", - "version": "3.0.2", + "version": "3.1.0", "description": "A multiaddr validator", "main": "src/index.js", "scripts": {