Skip to content

Commit

Permalink
chore(release): 4.10.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.10.3](v4.10.2...v4.10.3) (2023-02-03)

### Bug Fixes

* don't reschedule delay timer if closing ([#2535](#2535)) ([8a0292a](8a0292a))
  • Loading branch information
semantic-release-bot committed Feb 3, 2023
1 parent 8a0292a commit 829e26e
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.10.3](https://github.com/OptimalBits/bull/compare/v4.10.2...v4.10.3) (2023-02-03)


### Bug Fixes

* don't reschedule delay timer if closing ([#2535](https://github.com/OptimalBits/bull/issues/2535)) ([8a0292a](https://github.com/OptimalBits/bull/commit/8a0292a574df82a62d718e13d8995800fd8529d0))

## [4.10.2](https://github.com/OptimalBits/bull/compare/v4.10.1...v4.10.2) (2022-11-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bull",
"version": "4.10.2",
"version": "4.10.3",
"description": "Job manager",
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 829e26e

Please sign in to comment.