Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Nov 1, 2019
1 parent 94a4074 commit 900f68b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0] - 01 Nov 2019
### Added
- Support for the `?` symbol as a alias to `*` in the *Day of Month* and *Day of Week* fields
### Changed
- Larger year range (now 0-275759, previously 1970-2099) allowed in year field
- Improved documentation on cron expression syntax

## [1.4.0] - 07 Aug 2019
### Added
- Support for providing a date, array of dates, or a custom date sequence to `new CronosTask()` instead of a `CronosExpression` object
Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "cronosjs",
"version": "1.4.0",
"version": "1.5.0",
"description": "A cron based task scheduler for node and the browser, with extended syntax and timezone support.",
"keywords": [
"cron",
Expand Down

0 comments on commit 900f68b

Please sign in to comment.