Skip to content

Commit

Permalink
chore(release): 4.5.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.5.3](v4.5.2...v4.5.3) (2022-02-14)

### Bug Fixes

* **commands:** do not wait for redis to load commands ([ad7b647](ad7b647))
  • Loading branch information
semantic-release-bot committed Feb 14, 2022
1 parent ad7b647 commit d11a9ff
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.5.3](https://github.com/OptimalBits/bull/compare/v4.5.2...v4.5.3) (2022-02-14)


### Bug Fixes

* **commands:** do not wait for redis to load commands ([ad7b647](https://github.com/OptimalBits/bull/commit/ad7b6474db426b4970a0d1d3ddb8a032a22c481b))

## [4.5.2](https://github.com/OptimalBits/bull/compare/v4.5.1...v4.5.2) (2022-02-14)


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.5.2",
"version": "4.5.3",
"description": "Job manager",
"engines": {
"node": ">=10.1"
Expand Down

0 comments on commit d11a9ff

Please sign in to comment.