Skip to content

Commit f079a22

Browse files
committed
release: v0.17.2
1 parent 6085501 commit f079a22

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.17.2](https://github.com/vuejs/vitepress/compare/v0.17.1...v0.17.2) (2021-09-08)
2+
3+
### Bug Fixes
4+
5+
- improve fs allow ([2e9264f](https://github.com/vuejs/vitepress/commit/2e9264f03259354e7739e2a56a7c1306fb167843))
6+
7+
### Features
8+
9+
- support config.extends ([f749b27](https://github.com/vuejs/vitepress/commit/f749b272d4603a3b8eaf251b0feebe2d33da3983))
10+
111
## [0.17.1](https://github.com/vuejs/vitepress/compare/v0.17.0...v0.17.1) (2021-09-08)
212

313
### Bug Fixes

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vitepress",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
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)