Skip to content

Commit 79fca4b

Browse files
committed
📘 doc: update changelog
1 parent 7197b9e commit 79fca4b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.4.1 - 16 Sep 2025
2+
Bug fix:
3+
- [#53](https://github.com/elysiajs/elysia-cron/pull/53) correct cron expression on const
14

25
# 1.3.0-exp.0 - 23 Apr 2025
36
Change:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/cron",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Plugin for Elysia that add support for running cronjob",
55
"author": {
66
"name": "saltyAom",
@@ -56,4 +56,4 @@
5656
"optional": true
5757
}
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)