diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d0887a..64f97df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.0.0-rc.17](https://github.com/vuejs/vitepress/compare/v1.0.0-rc.16...v1.0.0-rc.17) (2023-09-23) + +### Bug Fixes + +- snippet hmr not working with rewrites ([a275049](https://github.com/vuejs/vitepress/commit/a2750492be7869ed48a5bde1ffbc177093356758)) + # [1.0.0-rc.16](https://github.com/vuejs/vitepress/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2023-09-23) ### Bug Fixes diff --git a/package.json b/package.json index 9200e680..7e989133 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitepress", - "version": "1.0.0-rc.16", + "version": "1.0.0-rc.17", "description": "Vite & Vue powered static site generator", "type": "module", "packageManager": "pnpm@8.7.6",