diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index 55a2e80f0..c5ec9cd95 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -16,6 +16,14 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v3.3.1](https://github.com/compare/v3.3.0...v3.3.1) + +`2021-11-23` + +**Bug Fixes** + +- AddressEdit: should not emit save event when validation failed [#9917](https://github.com/issues/9917) + ### [v3.3.0](https://github.com/compare/v3.2.8...v3.3.0) `2021-11-19` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 7f7f41a1a..c4beceafa 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -16,6 +16,14 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v3.3.1](https://github.com/compare/v3.3.0...v3.3.1) + +`2021-11-23` + +**Bug Fixes** + +- AddressEdit: 修复表单校验不通过时也会触发 save 事件的问题 [#9917](https://github.com/issues/9917) + ### [v3.3.0](https://github.com/compare/v3.2.8...v3.3.0) `2021-11-19`