Skip to content

Commit

Permalink
chore(release): 5.12.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.12.1](v5.12.0...v5.12.1) (2024-08-07)

### Bug Fixes

* **job:** consider passing stackTraceLimit as 0 ([#2692](#2692)) ref [#2487](#2487) ([509a36b](509a36b))
* **job:** make sure json.dumps return JSON compliant JSON [python] ([#2683](#2683)) ([4441711](4441711))
  • Loading branch information
semantic-release-bot committed Aug 7, 2024
1 parent 509a36b commit 0faec37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.12.1](https://github.com/taskforcesh/bullmq/compare/v5.12.0...v5.12.1) (2024-08-07)


### Bug Fixes

* **job:** consider passing stackTraceLimit as 0 ([#2692](https://github.com/taskforcesh/bullmq/issues/2692)) ref [#2487](https://github.com/taskforcesh/bullmq/issues/2487) ([509a36b](https://github.com/taskforcesh/bullmq/commit/509a36baf8d8cf37176e406fd28e33f712229d27))
* **job:** make sure json.dumps return JSON compliant JSON [python] ([#2683](https://github.com/taskforcesh/bullmq/issues/2683)) ([4441711](https://github.com/taskforcesh/bullmq/commit/4441711a986a9f6a326100308d639eb0a2ea8c8d))

# [5.12.0](https://github.com/taskforcesh/bullmq/compare/v5.11.0...v5.12.0) (2024-08-01)


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": "bullmq",
"version": "5.12.0",
"version": "5.12.1",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 0faec37

Please sign in to comment.