Skip to content

Commit

Permalink
Bump version and update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Jul 22, 2019
1 parent a126a2f commit f9ec76f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.1.0",
"version": "1.2.0",
"description": "A cron based task scheduler for node and the browser, with extended syntax and timezone support.",
"keywords": [
"cron",
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ import {
### CronosExpression
```class CronosExpression```

#### Properties
- `cronString: string` (readonly)
Original cron string passed to `CronosExpression.parse`

#### Static Methods
- `CronosExpression.parse(cronString, options)`
Parameters `cronString` and `options` same as for [`scheduleTask`](#scheduletask), returns `CronosExpression` instance
Expand Down

0 comments on commit f9ec76f

Please sign in to comment.