Skip to content

Commit 5277dc3

Browse files
committed
chore(release): 5.2.0 changelog
1 parent 8b0eae2 commit 5277dc3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
`react-js-cron` follows [Semantic Versioning 2.0.0](http://semver.org/).
44

5+
#### 5.2.0
6+
7+
- **(New feature)** Export converter `parseCronString` function to allow third party use.
8+
59
#### 5.1.1
610

711
- Fix issue [#71](https://github.com/xrutayisire/react-js-cron/issues/71): Fix empty space in each field with no selection

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-js-cron",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
44
"description": "A React cron editor with antd inspired by jqCron",
55
"author": "Xavier Rutayisire <[email protected]> (https://github.com/xrutayisire/)",
66
"license": "MIT",

0 commit comments

Comments
 (0)