Skip to content

Commit

Permalink
chore(release): 4.16.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.16.4](v4.16.3...v4.16.4) (2024-11-01)

### Bug Fixes

* **deps:** bump msgpackr to 1.1.2 to resolve ERR_BUFFER_OUT_OF_BOUNDS error ([#2783](#2783)) fixes [#2782](#2782) ([bc0ae0a](bc0ae0a))
  • Loading branch information
semantic-release-bot committed Nov 1, 2024
1 parent bc0ae0a commit 65355b8
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.16.4](https://github.com/OptimalBits/bull/compare/v4.16.3...v4.16.4) (2024-11-01)


### Bug Fixes

* **deps:** bump msgpackr to 1.1.2 to resolve ERR_BUFFER_OUT_OF_BOUNDS error ([#2783](https://github.com/OptimalBits/bull/issues/2783)) fixes [#2782](https://github.com/OptimalBits/bull/issues/2782) ([bc0ae0a](https://github.com/OptimalBits/bull/commit/bc0ae0ae5b7fb2b067de94c3e51ce1bdd609806d))

## [4.16.3](https://github.com/OptimalBits/bull/compare/v4.16.2...v4.16.3) (2024-09-10)


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.16.3",
"version": "4.16.4",
"description": "Job manager",
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 65355b8

Please sign in to comment.