diff --git a/CHANGELOG.md b/CHANGELOG.md index f608dd3..3ce1815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +#### 2.1.2 + +- Fix issue [#31](https://github.com/xrutayisire/react-js-cron/issues/31): "Fix cron parsing accepting incorrect values" + #### 2.1.1 - Fix issue [#30](https://github.com/xrutayisire/react-js-cron/issues/30): "Fix invalid expression parsing with multiple ranges" diff --git a/package-lock.json b/package-lock.json index 3d95cce..ef8f8a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-js-cron", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-js-cron", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "devDependencies": { "@ant-design/icons": "4.7.0", diff --git a/package.json b/package.json index afca65f..d04dca0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-js-cron", - "version": "2.1.1", + "version": "2.1.2", "description": "A React cron editor with antd inspired by jqCron", "author": "Xavier Rutayisire (https://github.com/xrutayisire/)", "license": "MIT",