Skip to content

Commit 5e568cb

Browse files
authored
release(0.6.12): hotfix 0.6.12 (#935)
1 parent 9bf9752 commit 5e568cb

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-zorro-antd",
3-
"version": "0.6.11",
3+
"version": "0.6.12",
44
"license": "MIT",
55
"description": "An enterprise-class UI components based on Ant Design and Angular",
66
"scripts": {

src/showcase/nz-intro-changelog/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99

1010
更新日志也可以在[Github](https://github.com/NG-ZORRO/ng-zorro-antd/releases)查看
1111

12+
# 0.6.12
13+
14+
`2018-01-20`
15+
16+
### HotFix
17+
* 修复 `Upload` 引入 `HttpClientModule` 导致 `HttpInterceptor` 失效的问题 [#931](https://github.com/NG-ZORRO/ng-zorro-antd/pull/931) [@cipchk](https://github.com/cipchk)
18+
* 将文档系统中 `highlight.js` 替换为 `prismjs` 解决 travis ci 失效问题 [#932](https://github.com/NG-ZORRO/ng-zorro-antd/pull/932)
19+
20+
1221
# 0.6.11
1322
`2018-01-18`
1423

0 commit comments

Comments
 (0)