Skip to content

Commit

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

### Bug Fixes

* specify types for legacy support ([7288c13](7288c13))

### BREAKING CHANGES

* If your environment does not support conditional exports, you have to import the schedulers from cron-schedule/dist/schedulers instead of cron-schedule/schedulers.

Signed-off-by: Pascal Sthamer <[email protected]>
  • Loading branch information
semantic-release-bot committed Mar 30, 2023
1 parent 7288c13 commit aa3ebd7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [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)


### Bug Fixes

* specify types for legacy support ([7288c13](https://github.com/P4sca1/cron-schedule/commit/7288c132d40b2270fa4d6aada2e31c345dfc3810))


### BREAKING CHANGES

* If your environment does not support conditional exports, you have to import the schedulers from cron-schedule/dist/schedulers instead of cron-schedule/schedulers.

Signed-off-by: Pascal Sthamer <[email protected]>

# [4.0.0-next.1](https://github.com/P4sca1/cron-schedule/compare/v3.0.6...v4.0.0-next.1) (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.1",
"version": "4.0.0-next.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit aa3ebd7

Please sign in to comment.