Skip to content

Commit fe83ec2

Browse files
committed
release: v0.10.6
1 parent 9965ce6 commit fe83ec2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.10.6](https://github.com/vuejs/vitepress/compare/v0.10.5...v0.10.6) (2021-01-04)
2+
3+
### Bug Fixes
4+
5+
- bump vite and fix win32 path resolving ([#198](https://github.com/vuejs/vitepress/issues/198)) ([da2c4f6](https://github.com/vuejs/vitepress/commit/da2c4f694e6dd2d11ff061b8eb7cae2354ae930d))
6+
17
## [0.10.5](https://github.com/vuejs/vitepress/compare/v0.10.4...v0.10.5) (2021-01-02)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vitepress",
3-
"version": "0.10.5",
3+
"version": "0.10.6",
44
"description": "Vite & Vue powered static site generator",
55
"main": "dist/node/index.js",
66
"typings": "types/index.d.ts",

0 commit comments

Comments
 (0)