diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c1d0c9..eea9af71 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ ### Bug Fixes -* [#1845](https://github.com/vuejs/vuepress/issues/1845) bump js-yaml ([#1846](https://github.com/vuejs/vuepress/issues/1846)) ([696717b](https://github.com/vuejs/vuepress/commit/696717b)) -* Add `npm ci` instructions for Travis CI ([0434f15](https://github.com/vuejs/vuepress/commit/0434f15)), closes [#1844](https://github.com/vuejs/vuepress/issues/1844) -* search box max suggestions not working as expected ([#1728](https://github.com/vuejs/vuepress/issues/1728)) ([ade328f](https://github.com/vuejs/vuepress/commit/ade328f)) +* **$js-yaml:** fix Security issue by bump js yaml version [#1845](https://github.com/vuejs/vuepress/issues/1845) ([#1846](https://github.com/vuejs/vuepress/issues/1846)) ([696717b](https://github.com/vuejs/vuepress/commit/696717b)) +* **$doc-deployment** fix Add `npm ci` instructions for Travis CI ([0434f15](https://github.com/vuejs/vuepress/commit/0434f15)), closes [#1844](https://github.com/vuejs/vuepress/issues/1844) +* **$theme-default** Search box max suggestions ([#1728](https://github.com/vuejs/vuepress/issues/1728)) ([ade328f](https://github.com/vuejs/vuepress/commit/ade328f)) * **$docs:** Update link to the 0.x documentation ([#1852](https://github.com/vuejs/vuepress/issues/1852)) ([c7999cf](https://github.com/vuejs/vuepress/commit/c7999cf)) * **$last-updated:** use file author time instead of submodule commit time ([#1640](https://github.com/vuejs/vuepress/issues/1640)) ([f964391](https://github.com/vuejs/vuepress/commit/f964391)) * **$theme-default:** add text ellipsis to navbar ([#1683](https://github.com/vuejs/vuepress/issues/1683)) ([#1840](https://github.com/vuejs/vuepress/issues/1840)) ([74017c5](https://github.com/vuejs/vuepress/commit/74017c5)) @@ -18,10 +18,10 @@ ### Features -* Improve CI process ([#1759](https://github.com/vuejs/vuepress/issues/1759)) ([fe7301b](https://github.com/vuejs/vuepress/commit/fe7301b)) -* renable search cc [#697](https://github.com/vuejs/vuepress/issues/697) ([68861f0](https://github.com/vuejs/vuepress/commit/68861f0)) +* **$config** Improve CI process ([#1759](https://github.com/vuejs/vuepress/issues/1759)) ([fe7301b](https://github.com/vuejs/vuepress/commit/fe7301b)) +* **$theme-default** renable algolia docSearch [#697](https://github.com/vuejs/vuepress/issues/697) ([68861f0](https://github.com/vuejs/vuepress/commit/68861f0)) * **$config:** make extendPageData async ready without breaking changes ([#1546](https://github.com/vuejs/vuepress/issues/1546)) ([543fd6c](https://github.com/vuejs/vuepress/commit/543fd6c)) -* **$core:** better layout check ([#1455](https://github.com/vuejs/vuepress/issues/1455)) ([3b68913](https://github.com/vuejs/vuepress/commit/3b68913)) +* **$core:** better error log for layouts ([#1455](https://github.com/vuejs/vuepress/issues/1455)) ([3b68913](https://github.com/vuejs/vuepress/commit/3b68913)) * **$plugin-search:** Add support for search hotkeys ([#1848](https://github.com/vuejs/vuepress/issues/1848)) ([1ba06ae](https://github.com/vuejs/vuepress/commit/1ba06ae))