From b3abf23c2b16e6d3669b1afdfa6a8ccbe2098e0e Mon Sep 17 00:00:00 2001 From: Xavier Rutayisire Date: Wed, 8 Nov 2023 14:29:24 +0100 Subject: [PATCH] chore(release): 5.0.1 changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",