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": {