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 1ef69e2 commit f7ccfb8Copy full SHA for f7ccfb8
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.22.2](https://github.com/vuejs/vitepress/compare/v0.22.1...v0.22.2) (2022-02-14)
2
+
3
+### Features
4
5
+- improve default chunk strategy + page hash stability ([1ef69e2](https://github.com/vuejs/vitepress/commit/1ef69e212f91e43431b4fe4bdba17ca4f29a7b49))
6
7
## [0.22.1](https://github.com/vuejs/vitepress/compare/v0.22.0...v0.22.1) (2022-02-14)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "vitepress",
- "version": "0.22.1",
+ "version": "0.22.2",
"description": "Vite & Vue powered static site generator",
"main": "dist/node/index.js",
"typings": "types/index.d.ts",
0 commit comments