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 3889443 commit 45b65ceCopy full SHA for 45b65ce
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.21.6](https://github.com/vuejs/vitepress/compare/v0.21.5...v0.21.6) (2022-01-19)
2
+
3
+### Perf
4
5
+- Avoid wrapping siteData as readonly proxy in production builds
6
7
## [0.21.5](https://github.com/vuejs/vitepress/compare/v0.21.4...v0.21.5) (2022-01-16)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "vitepress",
- "version": "0.21.5",
+ "version": "0.21.6",
"description": "Vite & Vue powered static site generator",
"main": "dist/node/index.js",
"typings": "types/index.d.ts",
0 commit comments