We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4b16e commit c4b4f5aCopy full SHA for c4b4f5a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.10.2](https://github.com/vuejs/vitepress/compare/v0.10.1...v0.10.2) (2020-12-31)
2
+
3
+### Bug Fixes
4
5
+- adjust multi sidebar matching logic ([7e4b16e](https://github.com/vuejs/vitepress/commit/7e4b16ee524efc87c150a3d57a3215aac76b3669))
6
7
## [0.10.1](https://github.com/vuejs/vitepress/compare/v0.10.0...v0.10.1) (2020-12-30)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "vitepress",
- "version": "0.10.1",
+ "version": "0.10.2",
"description": "Vite & Vue powered static site generator",
"main": "dist/node/index.js",
"typings": "types/index.d.ts",
0 commit comments