Skip to content

Commit

Permalink
Release v3.0.0-beta.3 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Aug 15, 2023
1 parent e65c3dc commit d06622b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [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)


### ⚠ Breaking changes

* return empty array from nextDates when called without argument (#519)

### 🐛 Bug Fixes

* 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))

## [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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cron",
"description": "Cron jobs for your node",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"author": "Nick Campbell <[email protected]> (https://github.com/ncb000gt)",
"bugs": {
"url": "https://github.com/kelektiv/node-cron/issues"
Expand Down

0 comments on commit d06622b

Please sign in to comment.