Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
[skip ci]

## [4.0.1](v4.0.0...v4.0.1) (2024-03-06)

### Bug Fixes

* schedule should execute after app ready ([#60](#60)) ([bf01a49](bf01a49))
  • Loading branch information
semantic-release-bot committed Mar 6, 2024
1 parent bf01a49 commit 78db046
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [4.0.1](https://github.com/eggjs/egg-schedule/compare/v4.0.0...v4.0.1) (2024-03-06)


### Bug Fixes

* schedule should execute after app ready ([#60](https://github.com/eggjs/egg-schedule/issues/60)) ([bf01a49](https://github.com/eggjs/egg-schedule/commit/bf01a49b093b4a32ee546b64be3059f0dbe65572))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-schedule",
"version": "4.0.0",
"version": "4.0.1",
"description": "schedule plugin for egg, support corn job.",
"eggPlugin": {
"name": "schedule"
Expand Down

0 comments on commit 78db046

Please sign in to comment.