Skip to content

Commit 10bc542

Browse files
Release v4.1.5-beta.1 [skip ci]
## [4.1.5-beta.1](v4.1.4...v4.1.5-beta.1) (2025-04-06) ### πŸ› Bug Fixes * prevent jobs from stopping unexpectedly ([#963](#963)) ([69d2ef5](69d2ef5))
1 parent 69d2ef5 commit 10bc542

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: β€ŽCHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.1.5-beta.1](https://github.com/kelektiv/node-cron/compare/v4.1.4...v4.1.5-beta.1) (2025-04-06)
2+
3+
### πŸ› Bug Fixes
4+
5+
* prevent jobs from stopping unexpectedly ([#963](https://github.com/kelektiv/node-cron/issues/963)) ([69d2ef5](https://github.com/kelektiv/node-cron/commit/69d2ef5ce5235985ceba391e0e04379550572374))
6+
17
## [4.1.4](https://github.com/kelektiv/node-cron/compare/v4.1.3...v4.1.4) (2025-04-06)
28

39
### πŸ›  Builds

Diff for: β€Žpackage-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: β€Žpackage.json

+1-1
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": "4.1.4",
4+
"version": "4.1.5-beta.1",
55
"author": "Nick Campbell <nicholas.j.campbell@gmail.com> (https://github.com/ncb000gt)",
66
"bugs": {
77
"url": "https://github.com/kelektiv/node-cron/issues"

0 commit comments

Comments
Β (0)