Skip to content

Commit

Permalink
chore(release): 5.0.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xrutayisire committed Nov 8, 2023
1 parent 95af1fa commit b3abf23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <xavier.rutayisire@gmail.com> (https://github.com/xrutayisire/)",
"license": "MIT",
Expand Down

0 comments on commit b3abf23

Please sign in to comment.