Skip to content

Commit

Permalink
chore(release): 5.19.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.19.1](v5.19.0...v5.19.1) (2024-10-12)

### Bug Fixes

* **sandbox:** fix serialization of error with circular references are present ([#2815](#2815)) fix [#2813](#2813) ([a384d92](a384d92))
  • Loading branch information
semantic-release-bot committed Oct 12, 2024
1 parent a384d92 commit c8abdc7
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.19.1](https://github.com/taskforcesh/bullmq/compare/v5.19.0...v5.19.1) (2024-10-12)


### Bug Fixes

* **sandbox:** fix serialization of error with circular references are present ([#2815](https://github.com/taskforcesh/bullmq/issues/2815)) fix [#2813](https://github.com/taskforcesh/bullmq/issues/2813) ([a384d92](https://github.com/taskforcesh/bullmq/commit/a384d926bee15bffa84178a8fad7b94a6a08b572))

# [5.19.0](https://github.com/taskforcesh/bullmq/compare/v5.18.0...v5.19.0) (2024-10-11)


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.19.0",
"version": "5.19.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 c8abdc7

Please sign in to comment.