Skip to content

Commit c8d80d0

Browse files
committed
bump 1.3.13
1 parent 8352df8 commit c8d80d0

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.en-US.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
---
1212

13+
## 1.3.13
14+
`2019-07-22`
15+
- 🐞 Fix `dist` missing `antd.less` file problem [#995](https://github.com/vueComponent/ant-design-vue/issues/995)
16+
1317
## 1.3.12
1418
`2019-07-22`
1519
- 🐞 `package.json` `files` add `scripts`

CHANGELOG.zh-CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
---
1212

13+
## 1.3.13
14+
`2019-07-22`
15+
- 🐞 修复 dist 缺少 antd.less 文件问题 [#995](https://github.com/vueComponent/ant-design-vue/issues/995)
16+
1317
## 1.3.12
1418
`2019-07-22`
1519
- 🐞 `package.json` `files` 添加 `scripts`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.3.12",
3+
"version": "1.3.13",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)