We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6085501 commit f079a22Copy full SHA for f079a22
CHANGELOG.md
@@ -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
11
## [0.17.1](https://github.com/vuejs/vitepress/compare/v0.17.0...v0.17.1) (2021-09-08)
12
13
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "vitepress",
- "version": "0.17.1",
+ "version": "0.17.2",
"description": "Vite & Vue powered static site generator",
"main": "dist/node/index.js",
"typings": "types/index.d.ts",
0 commit comments