Skip to content

Commit 4b32db6

Browse files
Release v4.2.0 [skip ci]
## [4.2.0](v4.1.4...v4.2.0) (2025-04-14) ### ✨ Features * Allow awaiting job.stop() ([#977](#977)) ([e296b76](e296b76)), closes [#976](#976) ### ♻️ Chores * **action:** update github/codeql-action action to v3.28.15 ([baf9c7e](baf9c7e)) * **action:** update marocchino/sticky-pull-request-comment action to v2.9.2 ([#975](#975)) ([df57bef](df57bef)) * **action:** update step-security/harden-runner action to v2.11.1 ([da1764d](da1764d)) * **deps:** lock file maintenance ([c37a3ec](c37a3ec)) * **deps:** lock file maintenance ([#979](#979)) ([6a355a3](6a355a3)) * **deps:** pin dependencies ([6ddc31e](6ddc31e)) * **deps:** update dependency [@fast-check](https://github.com/fast-check)/jest to v2.1.1 ([3fa6836](3fa6836)) * **deps:** update dependency [@swc](https://github.com/swc)/core to v1.11.18 ([00d0685](00d0685)) * **deps:** update dependency [@types](https://github.com/types)/node to v22.14.0 ([7dedc90](7dedc90)) * **deps:** update dependency sinon to v19.0.5 ([448934c](448934c)) * **deps:** update dependency sinon to v20 ([#974](#974)) ([ac25eff](ac25eff)) * **deps:** update dependency typescript to v5.8.3 ([7b583a4](7b583a4)) * **deps:** update linters ([#978](#978)) ([cdb638a](cdb638a)) * **deps:** update node.js to v23.11.0 ([#973](#973)) ([7d457cf](7d457cf))
1 parent e296b76 commit 4b32db6

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

Diff for: CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [4.2.0](https://github.com/kelektiv/node-cron/compare/v4.1.4...v4.2.0) (2025-04-14)
2+
3+
### ✨ Features
4+
5+
* Allow awaiting job.stop() ([#977](https://github.com/kelektiv/node-cron/issues/977)) ([e296b76](https://github.com/kelektiv/node-cron/commit/e296b76f55783925644ea7d9d10fdfce4172209c)), closes [#976](https://github.com/kelektiv/node-cron/issues/976)
6+
7+
### ♻️ Chores
8+
9+
* **action:** update github/codeql-action action to v3.28.15 ([baf9c7e](https://github.com/kelektiv/node-cron/commit/baf9c7ef2d0edcbe7ab68c86c42febfc7c662383))
10+
* **action:** update marocchino/sticky-pull-request-comment action to v2.9.2 ([#975](https://github.com/kelektiv/node-cron/issues/975)) ([df57bef](https://github.com/kelektiv/node-cron/commit/df57befb81f7ea66045663add5919bb169b00b0b))
11+
* **action:** update step-security/harden-runner action to v2.11.1 ([da1764d](https://github.com/kelektiv/node-cron/commit/da1764d8ff959058f263446de8cc388fe1ef86f6))
12+
* **deps:** lock file maintenance ([c37a3ec](https://github.com/kelektiv/node-cron/commit/c37a3ec62c96c108146da8affafa733503c2d77c))
13+
* **deps:** lock file maintenance ([#979](https://github.com/kelektiv/node-cron/issues/979)) ([6a355a3](https://github.com/kelektiv/node-cron/commit/6a355a348f8659494da563cc01ff17fff0e429f0))
14+
* **deps:** pin dependencies ([6ddc31e](https://github.com/kelektiv/node-cron/commit/6ddc31e6e366fd79bbe9cc49034112414b2dbae3))
15+
* **deps:** update dependency [@fast-check](https://github.com/fast-check)/jest to v2.1.1 ([3fa6836](https://github.com/kelektiv/node-cron/commit/3fa68364269855f91d0d5b19c99d03df8615c67c))
16+
* **deps:** update dependency [@swc](https://github.com/swc)/core to v1.11.18 ([00d0685](https://github.com/kelektiv/node-cron/commit/00d06855966939040c66e696327e62e195db516f))
17+
* **deps:** update dependency [@types](https://github.com/types)/node to v22.14.0 ([7dedc90](https://github.com/kelektiv/node-cron/commit/7dedc9044b23715a2d92ac6cac9552bcbf969641))
18+
* **deps:** update dependency sinon to v19.0.5 ([448934c](https://github.com/kelektiv/node-cron/commit/448934c42d6592ba5620e65395be7aa153fec099))
19+
* **deps:** update dependency sinon to v20 ([#974](https://github.com/kelektiv/node-cron/issues/974)) ([ac25eff](https://github.com/kelektiv/node-cron/commit/ac25efff3c4cfae8ca4e4c845812359fcac92d8d))
20+
* **deps:** update dependency typescript to v5.8.3 ([7b583a4](https://github.com/kelektiv/node-cron/commit/7b583a466f3a8cbb01870a0d1bcd40f5de2af01a))
21+
* **deps:** update linters ([#978](https://github.com/kelektiv/node-cron/issues/978)) ([cdb638a](https://github.com/kelektiv/node-cron/commit/cdb638a342478573d8276f280236eb3f4902f1ce))
22+
* **deps:** update node.js to v23.11.0 ([#973](https://github.com/kelektiv/node-cron/issues/973)) ([7d457cf](https://github.com/kelektiv/node-cron/commit/7d457cf34cb2f57c9eec28e46ae35cc8a512e94a))
23+
124
## [4.1.4](https://github.com/kelektiv/node-cron/compare/v4.1.3...v4.1.4) (2025-04-06)
225

326
### 🛠 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.2.0",
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)