Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 4.0.0-next.1 [skip ci]
# [4.0.0-next.1](v3.0.6...v4.0.0-next.1) (2023-03-30) ### chore * drop support for node14 ([d47ac6a](d47ac6a)) ### Features * esm only build ([58cbdd7](58cbdd7)) ### BREAKING CHANGES * Support for node14 is dropped, due to its EOL in the next month and missing ESM module support Signed-off-by: Pascal Sthamer <[email protected]> * The package is now ESM only. A CommonJS or IIFE build is no longer provided. * The minimum required version of Node.js is now 14 * utils are no longer exposed * schedulers are no longer exposed in the default entry point. Import them from `cron-schedule/schedulers/interval-based.js` and `cron-schedule/schedulers/timer-based.js` instead. Signed-off-by: Pascal Sthamer <[email protected]>
- Loading branch information