chore: release version v3.1.0

This commit is contained in:
David Dias 2018-02-12 10:16:57 +00:00
parent d701c2915c
commit 02eb342be7
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="3.1.0"></a>
# [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))
<a name="3.0.2"></a> <a name="3.0.2"></a>
## [3.0.2](https://github.com/whyrusleeping/js-mafmt/compare/v3.0.1...v3.0.2) (2017-10-24) ## [3.0.2](https://github.com/whyrusleeping/js-mafmt/compare/v3.0.1...v3.0.2) (2017-10-24)

View File

@ -1,6 +1,6 @@
{ {
"name": "mafmt", "name": "mafmt",
"version": "3.0.2", "version": "3.1.0",
"description": "A multiaddr validator", "description": "A multiaddr validator",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {