Skip to content

Commit

Permalink
chore(release): 3.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.6](v3.0.5...v3.0.6) (2022-04-27)

### Bug Fixes

* cron.matchDate always returning true for day of month, when either weekday or day of month is unrestricted ([#271](#271)) ([8ebd6a6](8ebd6a6)), closes [#270](#270) [#270](#270)
  • Loading branch information
semantic-release-bot committed Apr 27, 2022
1 parent 7d633c9 commit 0bff686
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.6](https://github.com/P4sca1/cron-schedule/compare/v3.0.5...v3.0.6) (2022-04-27)


### Bug Fixes

* cron.matchDate always returning true for day of month, when either weekday or day of month is unrestricted ([#271](https://github.com/P4sca1/cron-schedule/issues/271)) ([8ebd6a6](https://github.com/P4sca1/cron-schedule/commit/8ebd6a63acc2ea2bb1f77f23bf9158010258ed44)), closes [#270](https://github.com/P4sca1/cron-schedule/issues/270) [#270](https://github.com/P4sca1/cron-schedule/issues/270)

## [3.0.5](https://github.com/P4sca1/cron-schedule/compare/v3.0.4...v3.0.5) (2022-02-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cron-schedule",
"description": "A zero-dependency cron parser and scheduler for Node.js, Deno and the browser.",
"version": "3.0.5",
"version": "3.0.6",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0bff686

Please sign in to comment.