fix(dependencies): Updated dependencies in package.json and resolved cron function issues.

This commit is contained in:
2024-12-13 21:55:02 +01:00
parent 35e387da7c
commit 491176bb35
8 changed files with 4013 additions and 759 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-12-13 - 4.0.9 - fix(dependencies)
Updated dependencies in package.json and resolved cron function issues.
- Updated multiple dependencies in package.json to their latest versions.
- Fixed issue in cron job instantiation by correcting the import and initialization of the croner.Cron class.
## 2024-06-23 - 4.0.8 - fix(documentation)
Corrected formatting issues in changelog.md