Skip to content

Commit

Permalink
bump 2.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 12, 2017
1 parent 43362de commit 73c9be2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi

---

## 2.13.6

`2017-10-12`

- 🐞 Fix issue that `beforeUpload` will stop uploading when return undefined. [#7870](https://github.com/ant-design/ant-design/issues/7870)

## 2.13.5

`2017-10-11`
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ timeline: true

---

## 2.13.6

`2017-10-12`

- 🐞 修复 `beforeUpload` 未指定返回值时会阻止上传的问题。[#7870](https://github.com/ant-design/ant-design/issues/7870)

## 2.13.5

`2017-10-11`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "2.13.5",
"version": "2.13.6",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React-based implementation",
"homepage": "http://ant.design/",
Expand Down

0 comments on commit 73c9be2

Please sign in to comment.