diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index d3ac0d381..4334a4105 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -12,7 +12,7 @@ ## 1.6.3 -`2020-07-03` +`2020-07-05` - 🐞 Fix Input.Password focus position shift issue [#2420](https://github.com/vueComponent/ant-design-vue/pull/2420) - 🐞 Fix Drawer maskstyle not working [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index ea19522bf..76439cdb4 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -12,7 +12,7 @@ ## 1.6.3 -`2020-07-03` +`2020-07-05` - 🐞 修复 Input.Password focus 位置移位问题 [#2420](https://github.com/vueComponent/ant-design-vue/pull/2420) - 🐞 修复 Drawer maskstyle 不生效问题 [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407) @@ -22,7 +22,7 @@ - 🐞 修复 DatePicker 年份时间不正确问题 [#2488](https://github.com/vueComponent/ant-design-vue/issues/2488) - 🌟 优化 Menu 组件,动画更加流畅 - 🐞 修复 Dropdown 弹窗位置错误问题 [#2359](https://github.com/vueComponent/ant-design-vue/issues/2359) -- 🐞 修复 Breadcrumb 名称相同时重复key问题 [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505) +- 🐞 修复 Breadcrumb 名称相同时重复 key 问题 [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505) ## 1.6.2 diff --git a/antd-tools/gulpfile.js b/antd-tools/gulpfile.js index cdcb512d7..56ecc64b8 100644 --- a/antd-tools/gulpfile.js +++ b/antd-tools/gulpfile.js @@ -196,6 +196,9 @@ function githubRelease(done) { }) .then(() => { done(); + }) + .catch(err => { + console.log(err); }); }