Skip to content

Commit

Permalink
Update version to 2.0.0 due to dropping moment and moving to luxon.
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Campbell <nicholas.j.campbell@gmail.com>
  • Loading branch information
ncb000gt committed May 3, 2022
1 parent 744d597 commit 13c3104
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [v2.0.0] - 2022-05-03
- Upgrade vulnerable dependencies
- Move from moment.js to luxon (breaking change)

## [v1.8.2] - 2020-01-24
- Fix syntax parsing bug

## [v1.8.1] - 2020-01-19
- Revert TS definition defaulting to DefinitelyTyped definitions.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
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.3",
"version": "2.0.0",
"author": "Nick Campbell <nicholas.j.campbell@gmail.com> (http://github.com/ncb000gt)",
"bugs": {
"url": "http://github.com/kelektiv/node-cron/issues"
Expand Down

0 comments on commit 13c3104

Please sign in to comment.