-
Notifications
You must be signed in to change notification settings - Fork 625
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [3.1.1](v3.1.0...v3.1.1) (2023-10-12) ### 🐛 Bug Fixes * fix lastDate() value for intervals > 25 days ([#711](#711)) ([141aa00](141aa00)) * fix object constructor typings & make OC generic type optional ([#712](#712)) ([6536084](6536084)) ### 📚 Documentation * **readme:** update nextDates documentation ([#702](#702)) ([1ad2e22](1ad2e22))
- Loading branch information
1 parent
1ad2e22
commit b75c067
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "cron", | ||
"description": "Cron jobs for your node", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"author": "Nick Campbell <[email protected]> (https://github.com/ncb000gt)", | ||
"bugs": { | ||
"url": "https://github.com/kelektiv/node-cron/issues" | ||
|