From 19bb9036da016dd621e9c168611a3fd40c55deb7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Dec 2018 12:22:52 +0000 Subject: [PATCH] chore(release): 4.6.21 [skip ci] ## [4.6.21](https://github.com/leptosia/docute/compare/v4.6.20...v4.6.21) (2018-12-18) ### Bug Fixes * **ui:** site-title style ([#196](https://github.com/leptosia/docute/issues/196)) ([9003048](https://github.com/leptosia/docute/commit/9003048)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad66b13..7b2063a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.6.21](https://github.com/leptosia/docute/compare/v4.6.20...v4.6.21) (2018-12-18) + + +### Bug Fixes + +* **ui:** site-title style ([#196](https://github.com/leptosia/docute/issues/196)) ([9003048](https://github.com/leptosia/docute/commit/9003048)) + ## [4.6.20](https://github.com/leptosia/docute/compare/v4.6.19...v4.6.20) (2018-12-17) diff --git a/package.json b/package.json index 4e98a66f..8bddc7ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docute", - "version": "4.6.20", + "version": "4.6.21", "scripts": { "build:umd": "poi --config build/poi.lib.config.js --prod", "build:es": "sfc normalize --config build/sfc.config.js",