Skip to content

Commit 66df6f6

Browse files
Release v4.1.0 [skip ci]
## [4.1.0](v4.0.0...v4.1.0) (2025-02-24) ### ✨ Features * add isCronTimeValid function to validate cron expressions ([#959](#959)) ([cbd8106](cbd8106)) ### ♻️ Chores * **action:** update actions/setup-node action to v4.2.0 ([#950](#950)) ([3a4a701](3a4a701)) * **action:** update github/codeql-action action to v3.28.9 ([#946](#946)) ([84ebb32](84ebb32)) * **action:** update marocchino/sticky-pull-request-comment action to v2.9.1 ([#947](#947)) ([7cdcbc2](7cdcbc2)) * **action:** update step-security/harden-runner action to v2.11.0 ([#948](#948)) ([b7f9c79](b7f9c79)) * **deps:** lock file maintenance ([fa08aa3](fa08aa3)) * **deps:** lock file maintenance ([#944](#944)) ([374ac42](374ac42)) * **deps:** update dependency [@types](https://github.com/types)/node to v22.13.4 ([#952](#952)) ([05f1702](05f1702)) * **deps:** update dependency lint-staged to v15.4.3 ([#953](#953)) ([b99fc3b](b99fc3b)) * **deps:** update dependency typescript to v5.7.3 ([#949](#949)) ([5313b71](5313b71)) * **deps:** update linters ([#954](#954)) ([9159759](9159759)) * **deps:** update semantic-release related packages ([#951](#951)) ([92d7ac3](92d7ac3)) * remove bower.json, which is unused ([#955](#955)) ([8e509f3](8e509f3))
1 parent cbd8106 commit 66df6f6

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [4.1.0](https://github.com/kelektiv/node-cron/compare/v4.0.0...v4.1.0) (2025-02-24)
2+
3+
### ✨ Features
4+
5+
* add isCronTimeValid function to validate cron expressions ([#959](https://github.com/kelektiv/node-cron/issues/959)) ([cbd8106](https://github.com/kelektiv/node-cron/commit/cbd81063229036859fbb6969d4f628a0e7945e57))
6+
7+
### ♻️ Chores
8+
9+
* **action:** update actions/setup-node action to v4.2.0 ([#950](https://github.com/kelektiv/node-cron/issues/950)) ([3a4a701](https://github.com/kelektiv/node-cron/commit/3a4a7015b59c56434b462754728e4ed6483202ef))
10+
* **action:** update github/codeql-action action to v3.28.9 ([#946](https://github.com/kelektiv/node-cron/issues/946)) ([84ebb32](https://github.com/kelektiv/node-cron/commit/84ebb32e0db478e48e82203099ec0e301021cfc3))
11+
* **action:** update marocchino/sticky-pull-request-comment action to v2.9.1 ([#947](https://github.com/kelektiv/node-cron/issues/947)) ([7cdcbc2](https://github.com/kelektiv/node-cron/commit/7cdcbc21676fa48f78d58146590e9f59796b56b9))
12+
* **action:** update step-security/harden-runner action to v2.11.0 ([#948](https://github.com/kelektiv/node-cron/issues/948)) ([b7f9c79](https://github.com/kelektiv/node-cron/commit/b7f9c794f95a95d19a4bfa11d2778dc6a0a21666))
13+
* **deps:** lock file maintenance ([fa08aa3](https://github.com/kelektiv/node-cron/commit/fa08aa3e0edacdc324381cff33160d49b6db6af0))
14+
* **deps:** lock file maintenance ([#944](https://github.com/kelektiv/node-cron/issues/944)) ([374ac42](https://github.com/kelektiv/node-cron/commit/374ac429d4ff6f19440d4c18d6e366a69cfea233))
15+
* **deps:** update dependency [@types](https://github.com/types)/node to v22.13.4 ([#952](https://github.com/kelektiv/node-cron/issues/952)) ([05f1702](https://github.com/kelektiv/node-cron/commit/05f17020fe33ded1839c43132caa0b3dc2770f6e))
16+
* **deps:** update dependency lint-staged to v15.4.3 ([#953](https://github.com/kelektiv/node-cron/issues/953)) ([b99fc3b](https://github.com/kelektiv/node-cron/commit/b99fc3b82c613b3686930f2055a2b8e10134238b))
17+
* **deps:** update dependency typescript to v5.7.3 ([#949](https://github.com/kelektiv/node-cron/issues/949)) ([5313b71](https://github.com/kelektiv/node-cron/commit/5313b71e20bcd7a417fce03966cfa5c78062b05a))
18+
* **deps:** update linters ([#954](https://github.com/kelektiv/node-cron/issues/954)) ([9159759](https://github.com/kelektiv/node-cron/commit/91597592d05770b7e31bbd93eb0b4160da175154))
19+
* **deps:** update semantic-release related packages ([#951](https://github.com/kelektiv/node-cron/issues/951)) ([92d7ac3](https://github.com/kelektiv/node-cron/commit/92d7ac3f8fa6fcbf37ead72abc3f798fdc05370a))
20+
* remove bower.json, which is unused ([#955](https://github.com/kelektiv/node-cron/issues/955)) ([8e509f3](https://github.com/kelektiv/node-cron/commit/8e509f3ad7dcd5d250e75a41417830b9b01c2bdb))
21+
122
## [4.0.0](https://github.com/kelektiv/node-cron/compare/v3.5.0...v4.0.0) (2025-02-19)
223

324
### ⚠ Breaking changes

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.0.0",
4+
"version": "4.1.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)