diff --git a/CHANGELOG.md b/CHANGELOG.md index 734563ee..828ff3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.6.14](https://github.com/leptosia/docute/compare/v4.6.13...v4.6.14) (2018-12-16) + + +### Bug Fixes + +* properly handle mailto links in markdown ([c815eec](https://github.com/leptosia/docute/commit/c815eec)) + ## [4.6.13](https://github.com/leptosia/docute/compare/v4.6.12...v4.6.13) (2018-12-16) diff --git a/package.json b/package.json index 5b1aa68c..9a80a79d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docute", - "version": "4.6.13", + "version": "4.6.14", "scripts": { "build:umd": "poi --config build/poi.lib.config.js --prod", "build:es": "sfc normalize --config build/sfc.config.js",