diff --git a/CHANGELOG.md b/CHANGELOG.md index ed26fd0c..b876f2d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.4.2](https://github.com/ant-design/antd-style/compare/v3.4.1...v3.4.2) (2023-07-20) + +### 🐛 Bug Fixes + +- Emotion instance should use same cache, closes [#80](https://github.com/ant-design/antd-style/issues/80) ([17f804e](https://github.com/ant-design/antd-style/commit/17f804e)) + ## [3.4.2-beta.1](https://github.com/ant-design/antd-style/compare/v3.4.1...v3.4.2-beta.1) (2023-07-20) ### 🐛 Bug Fixes diff --git a/package.json b/package.json index 57c8cb1d..3506fbea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd-style", - "version": "3.4.2-beta.1", + "version": "3.4.2", "description": "a css-in-js solution for application combine with antd v5 token system and emotion", "keywords": [ "antd",