Skip to content

Bump cron from 2.3.1 to 2.4.0

Dependabot requested to merge dependabot-npm_and_yarn-cron-2.4.0 into master

Bumps cron from 2.3.1 to 2.4.0.

Release notes

Sourced from cron's releases.

v2.4.0

2.4.0 (2023-07-24)

Features

🐛 Bug Fixes

  • don't start job in setTime if it wasn't running (7e26c23)

🛠 Builds

  • npm: ship type definitions with releases (0b663a8)

🚨 Tests

  • add test case for #598 fix (4322ef2)
  • don't stop/start job before using setTime (f0d5d3f)

️ Continuous Integrations

  • add support for beta & maintenance releases (#677) (c6fc842)
  • setup conventional commits & release automation (#673) (c6f39ff)

️ Chores

  • update default branch name (#678) (7471e95)
  • wrap setTime tests in describe and move down (31989e0)
Changelog

Sourced from cron's changelog.

2.4.0 (2023-07-24)

Features

🐛 Bug Fixes

  • don't start job in setTime if it wasn't running (7e26c23)

🛠 Builds

  • npm: ship type definitions with releases (0b663a8)

🚨 Tests

  • add test case for #598 fix (4322ef2)
  • don't stop/start job before using setTime (f0d5d3f)

️ Continuous Integrations

  • add support for beta & maintenance releases (#677) (c6fc842)
  • setup conventional commits & release automation (#673) (c6f39ff)

️ Chores

  • update default branch name (#678) (7471e95)
  • wrap setTime tests in describe and move down (31989e0)
Commits
  • d0e287e Release v2.4.0 [skip ci]
  • 7471e95 chore: update default branch name (#678)
  • c6fc842 ci: add support for beta & maintenance releases (#677)
  • c6f39ff ci: setup conventional commits & release automation (#673)
  • efc3e26 add note about how the 0-11 index for months is different from Unix cron
  • fc5543e add clarification on time zones and fix typos in readme
  • 390b703 fix small typo for clarity in readme
  • 988f7f2 Update CHANGELOG.md to include mention of logo
  • 98be828 Update CHANGELOG.md for v2.1.0 to current
  • 0b663a8 build(npm): ship type definitions with releases
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports