diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 955ffd69c..d9f09ed3f 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -10,6 +10,12 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). - Minor version:released every one to two months, including backwards compatible features. - Major version:including breaking changes and new features. +### [v2.7.1](https://github.com/youzan/vant/compare/v2.7.0...v2.7.1) + +`2020-04-28` + +- Revert "style(NavBar): left & right part align to bottom (#6147)" [#6147](https://github.com/youzan/vant/issues/6147) + ### [v2.7.0](https://github.com/youzan/vant/compare/v2.6.3...v2.7.0) `2020-04-28` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 02b95c96a..2e941e238 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -10,6 +10,12 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 - 次版本号:每隔一至二个月发布,包含新特性和较大的功能更新,向下兼容。 - 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。 +### [v2.7.1](https://github.com/youzan/vant/compare/v2.7.0...v2.7.1) + +`2020-04-28` + +- 修复 NavBar 图标不居中的问题 [#6147](https://github.com/youzan/vant/issues/6147) + ### [v2.7.0](https://github.com/youzan/vant/compare/v2.6.3...v2.7.0) `2020-04-28`