diff --git a/CHANGELOG.md b/CHANGELOG.md index 44aa92d2..70bf6174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.6.12](https://github.com/leptosia/docute/compare/v4.6.11...v4.6.12) (2018-12-16) + + +### Bug Fixes + +* properly handle relative sourcePath ([cc67770](https://github.com/leptosia/docute/commit/cc67770)) + ## [4.6.11](https://github.com/leptosia/docute/compare/v4.6.10...v4.6.11) (2018-12-16) diff --git a/package.json b/package.json index 74295382..618b00e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docute", - "version": "4.6.11", + "version": "4.6.12", "scripts": { "build:umd": "poi --config build/poi.lib.config.js --prod", "build:es": "sfc normalize --config build/sfc.config.js",