From 7eabcb85e1b3c1fbb9abe607d1d9e6c2889918aa Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 26 Dec 2022 09:37:16 +0800 Subject: [PATCH] docs(changelog): vant@4.0.6 (#11424) --- packages/vant/docs/markdown/changelog.en-US.md | 8 ++++++++ packages/vant/docs/markdown/changelog.zh-CN.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index 7f5d06dfd..bfc4e714a 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,14 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v4.0.6](https://github.com/vant-ui/vant/compare/v4.0.5...v4.0.6) + +`2022-12-26` + +**Bug Fixes** + +- Fix missing declaration files caused by upgrading vite v4 [#11423](https://github.com/vant-ui/vant/issues/11423) + ### [v4.0.5](https://github.com/vant-ui/vant/compare/v4.0.4...v4.0.5) `2022-12-25` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index ad596f47d..d74e64f9d 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,14 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v4.0.6](https://github.com/vant-ui/vant/compare/v4.0.5...v4.0.6) + +`2022-12-26` + +**Bug Fixes** + +- 修复升级 vite v4 导致构建产物不全的问题 [#11423](https://github.com/vant-ui/vant/issues/11423) + ### [v4.0.5](https://github.com/vant-ui/vant/compare/v4.0.4...v4.0.5) `2022-12-25`