-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nick Campbell <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
## [v1.8.1] - 2020-01-19 | ||
- Revert TS definition defaulting to DefinitelyTyped definitions. | ||
|
||
## [v1.8.0] - 2020-01-19 | ||
- GH-454 - Range upper limit should default to highest value when step is provided by Noah May <[email protected]> in d36dc9581f9f68580a2016b368f8002a9f1e357d | ||
|
||
|
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": "1.8.0", | ||
"version": "1.8.1", | ||
"author": "Nick Campbell <[email protected]> (http://github.com/ncb000gt)", | ||
"bugs": { | ||
"url": "http://github.com/kelektiv/node-cron/issues" | ||
|