diff --git a/CHANGELOG.md b/CHANGELOG.md index 417c5a8..f608dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +#### 2.1.1 + +- Fix issue [#30](https://github.com/xrutayisire/react-js-cron/issues/30): "Fix invalid expression parsing with multiple ranges" + #### 2.1.0 - **(New feature)** Issue [#28](https://github.com/xrutayisire/react-js-cron/issues/28): "Add an extra param in setValue function to always know the selected period" diff --git a/package-lock.json b/package-lock.json index 670d988..3d95cce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-js-cron", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-js-cron", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "devDependencies": { "@ant-design/icons": "4.7.0", diff --git a/package.json b/package.json index ca98d4a..afca65f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-js-cron", - "version": "2.1.0", + "version": "2.1.1", "description": "A React cron editor with antd inspired by jqCron", "author": "Xavier Rutayisire (https://github.com/xrutayisire/)", "license": "MIT",