diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dfc5805c8..e44a77b886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [13.3.2](https://github.com/NG-ZORRO/ng-zorro-antd/compare/13.3.0...13.3.2) (2022-06-25) + + +### Bug Fixes + +* **input-number:** fix errors before initialization ([#7531](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7531)) ([800e6f4](https://github.com/NG-ZORRO/ng-zorro-antd/commit/800e6f4f1495d63edcb0f992836a75a40e3ca5b6)) + + ## [13.3.1](https://github.com/NG-ZORRO/ng-zorro-antd/compare/13.3.0...13.3.1) (2022-06-20) diff --git a/components/package.json b/components/package.json index d78b4902ef..92ab9129a4 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "ng-zorro-antd", - "version": "13.3.1", + "version": "13.3.2", "license": "MIT", "description": "An enterprise-class UI components based on Ant Design and Angular", "schematics": "./schematics/collection.json", diff --git a/components/version/version.ts b/components/version/version.ts index 0fd7729d7b..d130d57ce7 100644 --- a/components/version/version.ts +++ b/components/version/version.ts @@ -5,4 +5,4 @@ import { Version } from '@angular/core'; -export const VERSION = new Version('13.3.1'); +export const VERSION = new Version('13.3.2'); diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index e0d0cec1e8..407b2d4761 100755 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -13,6 +13,15 @@ timeline: true * Major version release is not included in this schedule for breaking change and new features. --- +## 13.3.2 + +`2022-06-26` + +### Bug Fixes + +* **input-number:** fix errors before initialization ([#7531](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7531)) ([800e6f4](https://github.com/NG-ZORRO/ng-zorro-antd/commit/800e6f4f1495d63edcb0f992836a75a40e3ca5b6)) + + ## 13.3.1 `2022-06-20` diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index 0cea748f58..5587c669a6 100755 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -13,6 +13,15 @@ timeline: true * 主版本号:含有破坏性更新和新特性,不在发布周期内。 --- +## 13.3.2 + +`2022-06-26` + +### Bug Fixes + +* **input-number:** 修复引入 input number 模块报错问题 ([#7531](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7531)) ([800e6f4](https://github.com/NG-ZORRO/ng-zorro-antd/commit/800e6f4f1495d63edcb0f992836a75a40e3ca5b6)) + + ## 13.3.1 `2022-06-20`