Skip to content

Commit 011a9bd

Browse files
Release v4.1.2 [skip ci]
## [4.1.2](v4.1.1...v4.1.2) (2025-03-28) ### πŸ› Bug Fixes * timezone should default to local ([#972](#972)) ([d2b1aac](d2b1aac)), closes [#971](#971) [#971](#971)
1 parent d2b1aac commit 011a9bd

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.2](https://github.com/kelektiv/node-cron/compare/v4.1.1...v4.1.2) (2025-03-28)
2+
3+
### πŸ› Bug Fixes
4+
5+
* timezone should default to local ([#972](https://github.com/kelektiv/node-cron/issues/972)) ([d2b1aac](https://github.com/kelektiv/node-cron/commit/d2b1aac9c705e111a466daa85b95bed9f7725abd)), closes [#971](https://github.com/kelektiv/node-cron/issues/971) [#971](https://github.com/kelektiv/node-cron/issues/971)
6+
17
## [4.1.1](https://github.com/kelektiv/node-cron/compare/v4.1.0...v4.1.1) (2025-03-26)
28

39
### πŸ› Bug Fixes

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