diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a0945..7b5b010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ `react-js-cron` follows [Semantic Versioning 2.0.0](http://semver.org/). +#### 5.0.1 + +- Fix `dropdownsConfig` `filterOption` prop not working for months and week-days. + #### 5.0.0 - **(Breaking change!)** Fix issue [#60](https://github.com/xrutayisire/react-js-cron/issues/60): react-js-cron now only support antd >= v5.8.0, use "suffixIcon" instead of deprecated "showArrow" for Select component diff --git a/package.json b/package.json index 541e5fd..eec37c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-js-cron", - "version": "5.0.0", + "version": "5.0.1", "description": "A React cron editor with antd inspired by jqCron", "author": "Xavier Rutayisire (https://github.com/xrutayisire/)", "license": "MIT",