Skip to content

Commit

Permalink
chore(release): 5.0.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xrutayisire committed Oct 8, 2023
1 parent a766b5b commit c3e021a
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.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

#### 4.1.0

- **(New feature)** Issue [#36](https://github.com/xrutayisire/react-js-cron/issues/36): Dropdowns specific configuration (mode, allowClear, filterOption, ...)
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": "4.1.0",
"version": "5.0.0",
"description": "A React cron editor with antd inspired by jqCron",
"author": "Xavier Rutayisire <[email protected]> (https://github.com/xrutayisire/)",
"license": "MIT",
Expand Down

0 comments on commit c3e021a

Please sign in to comment.