chore(release): 4.11.3 [skip ci]

## [4.11.3](https://github.com/OptimalBits/bull/compare/v4.11.2...v4.11.3) (2023-08-11)

### Bug Fixes

* **types:** make repeat option key optional ([934ec98](https://github.com/OptimalBits/bull/commit/934ec9875c6e04c3e771b6c6ba212e3693d3a25b))
This commit is contained in:
semantic-release-bot
2023-08-11 09:13:46 +00:00
parent 934ec9875c
commit 5a61062037
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
## [4.11.3](https://github.com/OptimalBits/bull/compare/v4.11.2...v4.11.3) (2023-08-11)
### Bug Fixes
* **types:** make repeat option key optional ([934ec98](https://github.com/OptimalBits/bull/commit/934ec9875c6e04c3e771b6c6ba212e3693d3a25b))
## [4.11.2](https://github.com/OptimalBits/bull/compare/v4.11.1...v4.11.2) (2023-08-08)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "bull",
"version": "4.11.2",
"version": "4.11.3",
"description": "Job manager",
"engines": {
"node": ">=12"