cron-time-generator
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,4 +0,8 @@ | ||
## Change Logs | ||
# Change Logs | ||
### 2.0.0 | ||
## 2.0.1 | ||
- Merged PR [#18](https://github.com/trapcodeio/cron-time/pull/18) that updates the documentation. | ||
## 2.0.0 | ||
- Create `CHANGELOG.md` | ||
@@ -8,2 +12,3 @@ - Update Packages to the latest version. | ||
- Add `CronTime` as named export of the package. | ||
- Update `README.md` to reflect the changes. | ||
- Update `README.md` to reflect the changes. | ||
- Create `main` branch and set it as default branch. |
{ | ||
"name": "cron-time-generator", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Cron Time Expression Generator", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -219,1 +219,5 @@ # Cron-Time | ||
`everyYearIn(month, day?, hour?, minute?)` | ||
`onSpecificDays([days])` | ||
`onSpecificDaysAt([days], hour, minute)` |
36553
223