Skip to content

Commit

Permalink
chore(release): 4.0.0-next.3 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-next.3](v4.0.0-next.2...v4.0.0-next.3) (2023-03-30)

### Bug Fixes

* correctly parse weekday ranges that include sunday ([#283](#283)) ([2fb78b5](2fb78b5))
  • Loading branch information
semantic-release-bot committed Mar 30, 2023
1 parent 2fb78b5 commit 44fb31e
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 @@
# [4.0.0-next.3](https://github.com/P4sca1/cron-schedule/compare/v4.0.0-next.2...v4.0.0-next.3) (2023-03-30)


### Bug Fixes

* correctly parse weekday ranges that include sunday ([#283](https://github.com/P4sca1/cron-schedule/issues/283)) ([2fb78b5](https://github.com/P4sca1/cron-schedule/commit/2fb78b57e7382f3c2bbde529f80bf8de5843062b))

# [4.0.0-next.2](https://github.com/P4sca1/cron-schedule/compare/v4.0.0-next.1...v4.0.0-next.2) (2023-03-30)


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": "4.0.0-next.2",
"version": "4.0.0-next.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 44fb31e

Please sign in to comment.