We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7197b9e commit 79fca4bCopy full SHA for 79fca4b
CHANGELOG.md
@@ -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
4
5
# 1.3.0-exp.0 - 23 Apr 2025
6
Change:
package.json
@@ -1,6 +1,6 @@
{
"name": "@elysiajs/cron",
- "version": "1.4.0",
+ "version": "1.4.1",
"description": "Plugin for Elysia that add support for running cronjob",
"author": {
"name": "saltyAom",
@@ -56,4 +56,4 @@
56
"optional": true
57
}
58
59
-}
+}
0 commit comments