Compare commits

...

2 Commits

Author SHA1 Message Date
chenjiahan
93f75ccc84 docs(changelog): 2.12.12 2021-04-05 15:15:59 +08:00
chenjiahan
076d42e653 chore: release 2.12.12 2021-04-05 15:09:18 +08:00
3 changed files with 17 additions and 1 deletions

View File

@ -16,6 +16,14 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details
### [v2.12.12](https://github.com/youzan/vant/compare/v2.12.11...v2.12.12)
`2021-04-05`
**Bug Fixes**
- fix incorrect tag prompts under Webstorm [#8450](https://github.com/youzan/vant/issues/8450)
### [v2.12.11](https://github.com/youzan/vant/compare/v2.12.10...v2.12.11)
`2021-03-30`

View File

@ -16,6 +16,14 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### [v2.12.12](https://github.com/youzan/vant/compare/v2.12.11...v2.12.12)
`2021-04-05`
**Bug Fixes**
- 修复 Webstorm 下组件标签提示不正确的问题 [#8450](https://github.com/youzan/vant/issues/8450)
### [v2.12.11](https://github.com/youzan/vant/compare/v2.12.10...v2.12.11)
`2021-03-30`

View File

@ -1,6 +1,6 @@
{
"name": "vant",
"version": "2.12.11",
"version": "2.12.12",
"description": "Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",