Skip to content

Commit

Permalink
chore(release): 4.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.11.0](v4.10.4...v4.11.0) (2023-08-08)

### Bug Fixes

* add mising getMetrics type ([#2640](#2640)) ([a217a7d](a217a7d))
* remove deprecated debuglog ([4ce36fe](4ce36fe))
* **types:** add missing keys to repeat opts ([e4e6457](e4e6457))
* **types:** rename strategyOptions to options to reflect js file ([bae6427](bae6427))
* **typings:** return type of getJobCountByTypes ([#2622](#2622)) ([47722ed](47722ed))
* **worker:** high-memory-usage-when-providing-float-to-concurrency ([#2620](#2620)) ([dcca1e8](dcca1e8))
* change option name to match ts declaration ([909a07e](909a07e))
* ts declaration metrics option and getMetrics function ([11331b7](11331b7))

### Features

* upgrade ioredis to 5.3.2 ([e1883f0](e1883f0))
  • Loading branch information
semantic-release-bot committed Aug 8, 2023
1 parent f6cbcab commit f71b455
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
# [4.11.0](https://github.com/OptimalBits/bull/compare/v4.10.4...v4.11.0) (2023-08-08)


### Bug Fixes

* add mising getMetrics type ([#2640](https://github.com/OptimalBits/bull/issues/2640)) ([a217a7d](https://github.com/OptimalBits/bull/commit/a217a7d56d52385eb56ffe386b7503eca9a24604))
* remove deprecated debuglog ([4ce36fe](https://github.com/OptimalBits/bull/commit/4ce36febe3a63a45198e2fe24b46fc371ee3f6e5))
* **types:** add missing keys to repeat opts ([e4e6457](https://github.com/OptimalBits/bull/commit/e4e64572a3ad259d9cb90d5dec81e8565eeadca1))
* **types:** rename strategyOptions to options to reflect js file ([bae6427](https://github.com/OptimalBits/bull/commit/bae6427ce9d9fac26b198402068bd84647fd8208))
* **typings:** return type of getJobCountByTypes ([#2622](https://github.com/OptimalBits/bull/issues/2622)) ([47722ed](https://github.com/OptimalBits/bull/commit/47722ed791429b087128ce5f35847663b2d8fc9c))
* **worker:** high-memory-usage-when-providing-float-to-concurrency ([#2620](https://github.com/OptimalBits/bull/issues/2620)) ([dcca1e8](https://github.com/OptimalBits/bull/commit/dcca1e8c39b121fb01ac299bec30a3d011059c1f))
* change option name to match ts declaration ([909a07e](https://github.com/OptimalBits/bull/commit/909a07e27075a63b9ca178a3074b0b5c80d86355))
* ts declaration metrics option and getMetrics function ([11331b7](https://github.com/OptimalBits/bull/commit/11331b718a8e534ac6822917a536eab32b10446b))


### Features

* upgrade ioredis to 5.3.2 ([e1883f0](https://github.com/OptimalBits/bull/commit/e1883f01c2cb23a51b5485ef8048c4268ee968ea))

## [4.10.4](https://github.com/OptimalBits/bull/compare/v4.10.3...v4.10.4) (2023-02-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bull",
"version": "4.10.4",
"version": "4.11.0",
"description": "Job manager",
"engines": {
"node": ">=12"
Expand Down

0 comments on commit f71b455

Please sign in to comment.