diff --git a/CHANGELOG.md b/CHANGELOG.md index 888cb0d0..24f010c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.0-beta.7](https://github.com/kelektiv/node-cron/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2023-09-26) + + +### 📚 Documentation + +* **readme:** remove outdated informations ([#695](https://github.com/kelektiv/node-cron/issues/695)) ([51d2bab](https://github.com/kelektiv/node-cron/commit/51d2bab4f1e6a0419f6592efbfdf72f17fa2fb07)) + ## [3.0.0-beta.6](https://github.com/kelektiv/node-cron/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2023-09-26) diff --git a/package-lock.json b/package-lock.json index 704377ef..f72e5e14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cron", - "version": "3.0.0-beta.6", + "version": "3.0.0-beta.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cron", - "version": "3.0.0-beta.6", + "version": "3.0.0-beta.7", "license": "MIT", "dependencies": { "@types/luxon": "~3.3.0", diff --git a/package.json b/package.json index 7b9ad7af..fe1a7971 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cron", "description": "Cron jobs for your node", - "version": "3.0.0-beta.6", + "version": "3.0.0-beta.7", "author": "Nick Campbell (https://github.com/ncb000gt)", "bugs": { "url": "https://github.com/kelektiv/node-cron/issues"