diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3ca96d..86a83a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.2.1](https://github.com/ant-design/antd-style/compare/v3.2.0...v3.2.1) (2023-05-29) + +### 🐛 Bug Fixes + +- 修正 SSR 样式抽取失效的问题 ([a1ba99a](https://github.com/ant-design/antd-style/commit/a1ba99a)) + ## [3.2.1-beta.1](https://github.com/ant-design/antd-style/compare/v3.2.0...v3.2.1-beta.1) (2023-05-29) ### 🐛 Bug Fixes diff --git a/package.json b/package.json index 6fb7085b..16fcf0aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd-style", - "version": "3.2.1-beta.1", + "version": "3.2.1", "description": "a css-in-js solution for application combine with antd v5 token system and emotion", "keywords": [ "antd",