Skip to content

Commit d06622b

Browse files
Release v3.0.0-beta.3 [skip ci]
## [3.0.0-beta.3](v3.0.0-beta.2...v3.0.0-beta.3) (2023-08-15) ### ⚠ Breaking changes * return empty array from nextDates when called without argument (#519) ### 🐛 Bug Fixes * return empty array from nextDates when called without argument ([#519](#519)) ([e65c3dc](e65c3dc))
1 parent e65c3dc commit d06622b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.0.0-beta.3](https://github.com/kelektiv/node-cron/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-08-15)
2+
3+
4+
### ⚠ Breaking changes
5+
6+
* return empty array from nextDates when called without argument (#519)
7+
8+
### 🐛 Bug Fixes
9+
10+
* return empty array from nextDates when called without argument ([#519](https://github.com/kelektiv/node-cron/issues/519)) ([e65c3dc](https://github.com/kelektiv/node-cron/commit/e65c3dc6c334b8d4df0da317b75494d78cd5d52b))
11+
112
## [3.0.0-beta.2](https://github.com/kelektiv/node-cron/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2023-08-15)
213

314

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cron",
33
"description": "Cron jobs for your node",
4-
"version": "3.0.0-beta.2",
4+
"version": "3.0.0-beta.3",
55
"author": "Nick Campbell <[email protected]> (https://github.com/ncb000gt)",
66
"bugs": {
77
"url": "https://github.com/kelektiv/node-cron/issues"

0 commit comments

Comments
 (0)