Skip to content

Commit

Permalink
chore(release): 4.12.9 [skip ci]
Browse files Browse the repository at this point in the history
## [4.12.9](v4.12.8...v4.12.9) (2023-11-05)

### Bug Fixes

* **add-job:** trim events when waiting-children event is published ([#2262](#2262)) (python) ([198bf05](198bf05))
  • Loading branch information
semantic-release-bot committed Nov 5, 2023
1 parent 198bf05 commit 343d62c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/gitbook/changelog.md
@@ -1,3 +1,10 @@
## [4.12.9](https://github.com/taskforcesh/bullmq/compare/v4.12.8...v4.12.9) (2023-11-05)


### Bug Fixes

* **add-job:** trim events when waiting-children event is published ([#2262](https://github.com/taskforcesh/bullmq/issues/2262)) (python) ([198bf05](https://github.com/taskforcesh/bullmq/commit/198bf05fa5a4e1ce50081296033a2e0f26ece498))

## [4.12.8](https://github.com/taskforcesh/bullmq/compare/v4.12.7...v4.12.8) (2023-11-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bullmq",
"version": "4.12.8",
"version": "4.12.9",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 343d62c

Please sign in to comment.