diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a31b25cdd8..4cc58d577f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -## [1.4.4](https://github.com/vuejs/vitepress/compare/v1.4.3...v1.4.4) (2024-11-03) +## [1.4.5](https://github.com/vuejs/vitepress/compare/v1.4.4...v1.4.5) (2024-11-03) ### Bug Fixes -- (temporary patch) lang lazy load not working with twoslash ([4dac35f](https://github.com/vuejs/vitepress/commit/4dac35fc9ec3eecb4371befa619626ee4db1ba58)) +- lang lazy load not working with twoslash ([fc92a77](https://github.com/vuejs/vitepress/commit/fc92a77a5d871b5252bcb82639f5c3551d5c70bb)), closes [#4334](https://github.com/vuejs/vitepress/issues/4334) - typo in missing language check ([dcb8450](https://github.com/vuejs/vitepress/commit/dcb8450f1166d7731c26a0eb5ec6d931bc283172)) ## [1.4.3](https://github.com/vuejs/vitepress/compare/v1.4.2...v1.4.3) (2024-10-31) diff --git a/package.json b/package.json index 9d1fb1aa6c10..b486493c15c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitepress", - "version": "1.4.4", + "version": "1.4.5", "description": "Vite & Vue powered static site generator", "keywords": [ "vite",