release: v1.0.0-alpha.73

pull/2267/head v1.0.0-alpha.73
Divyansh Singh 2 years ago
parent 3a76e6239b
commit 6421eda558

@ -1,3 +1,18 @@
# [1.0.0-alpha.73](https://github.com/vuejs/vitepress/compare/v1.0.0-alpha.72...v1.0.0-alpha.73) (2023-04-20)
### Bug Fixes
* **search:** fix highlighting in detailed view ([1f4920c](https://github.com/vuejs/vitepress/commit/1f4920c60dc1be03444781539064be7b3ec9eb08))
* **search:** local search showDetailedList not working in windows ([#2253](https://github.com/vuejs/vitepress/issues/2253)) ([09be057](https://github.com/vuejs/vitepress/commit/09be057ffb767e55d3a86f1a3664ebd0690f2fc5))
### Features
* outline link add title attribute ([#2261](https://github.com/vuejs/vitepress/issues/2261)) ([1f5798e](https://github.com/vuejs/vitepress/commit/1f5798e43771ae1e13921a39319345c89bb2298a))
# [1.0.0-alpha.72](https://github.com/vuejs/vitepress/compare/v1.0.0-alpha.71...v1.0.0-alpha.72) (2023-04-17)

@ -1,6 +1,6 @@
{
"name": "vitepress",
"version": "1.0.0-alpha.72",
"version": "1.0.0-alpha.73",
"description": "Vite & Vue powered static site generator",
"type": "module",
"packageManager": "pnpm@8.2.0",

Loading…
Cancel
Save