diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b2791..648f274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ ## Changelog +#### 3.2.0 + +- Add themes support for antd v5 with ConfigProvider (@nefedov-dm) + #### 3.1.0 -- Export convertor +- Export converter (@useafterfree) #### 3.0.1 diff --git a/package.json b/package.json index 3df4dc1..07f97a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-js-cron", - "version": "3.1.0", + "version": "3.2.0", "description": "A React cron editor with antd inspired by jqCron", "author": "Xavier Rutayisire (https://github.com/xrutayisire/)", "license": "MIT",