diff --git a/CHANGELOG.md b/CHANGELOG.md index ed258b4..f7a04d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ ## Changelog -#### 3.0.0 +#### 3.0.1 - **(Important)** Issue [#40](https://github.com/xrutayisire/react-js-cron/issues/40): Antd v5 compatibility - **(Breaking change!)** Fix issue [#35](https://github.com/xrutayisire/react-js-cron/issues/35): react-js-cron now only support antd >= v4.23.0, change antd props dropdownClassName +- Fix issue [#41](https://github.com/xrutayisire/react-js-cron/issues/41): Fix broken build with react-js-cron v3.0.0 + +#### 3.0.0 + +❌ Do not use this release, broken build ❌ #### 2.1.2 diff --git a/package.json b/package.json index 89750ee..4cc60ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-js-cron", - "version": "3.0.0", + "version": "3.0.1", "description": "A React cron editor with antd inspired by jqCron", "author": "Xavier Rutayisire (https://github.com/xrutayisire/)", "license": "MIT",