diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a04d3..71b2791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +#### 3.1.0 + +- Export convertor + #### 3.0.1 - **(Important)** Issue [#40](https://github.com/xrutayisire/react-js-cron/issues/40): Antd v5 compatibility diff --git a/package.json b/package.json index 9ce5a16..3df4dc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-js-cron", - "version": "3.0.1", + "version": "3.1.0", "description": "A React cron editor with antd inspired by jqCron", "author": "Xavier Rutayisire (https://github.com/xrutayisire/)", "license": "MIT",