diff --git a/CHANGELOG.md b/CHANGELOG.md index a626159a..03c5f373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.6.17](https://github.com/leptosia/docute/compare/v4.6.16...v4.6.17) (2018-12-17) + + +### Features + +* **ui:** add Note component ([73fb4a9](https://github.com/leptosia/docute/commit/73fb4a9)) +* **ui:** custom color support in Badge component ([9c3e8db](https://github.com/leptosia/docute/commit/9c3e8db)) +* **ui:** update table style ([4e720ad](https://github.com/leptosia/docute/commit/4e720ad)) + ## [4.6.16](https://github.com/leptosia/docute/compare/v4.6.15...v4.6.16) (2018-12-17) diff --git a/package.json b/package.json index 853226b4..39ae24cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docute", - "version": "4.6.16", + "version": "4.6.17", "scripts": { "build:umd": "poi --config build/poi.lib.config.js --prod", "build:es": "sfc normalize --config build/sfc.config.js",