From d8bf3b2886b29d6cbe5719f14f3fd1d4b409c4d8 Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 5 Jan 2021 18:20:24 -0500 Subject: [PATCH] release: v0.10.7 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ba3f45..9e90c397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.10.7](https://github.com/vuejs/vitepress/compare/v0.10.6...v0.10.7) (2021-01-05) + +### Features + +Bump to Vite 2.0.0-beta.8 + +### Bug Fixes + +- scrollbar when using line highlight ([#200](https://github.com/vuejs/vitepress/issues/200)) ([b6ba8a9](https://github.com/vuejs/vitepress/commit/b6ba8a943cc0488410a438c6c2f277c1c33a90bf)) + ## [0.10.6](https://github.com/vuejs/vitepress/compare/v0.10.5...v0.10.6) (2021-01-04) ### Bug Fixes diff --git a/package.json b/package.json index 58240fe9..65a02216 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitepress", - "version": "0.10.6", + "version": "0.10.7", "description": "Vite & Vue powered static site generator", "main": "dist/node/index.js", "typings": "types/index.d.ts",