Skip to content

Commit

Permalink
chore(release): 5.34.3 [skip ci]
Browse files Browse the repository at this point in the history
## [5.34.3](v5.34.2...v5.34.3) (2024-12-18)

### Bug Fixes

* **sandboxed:** fix detecting special errors by sending default messages ([#2967](#2967)) fixes [#2962](#2962) ([52b0e34](52b0e34))
  • Loading branch information
semantic-release-bot committed Dec 18, 2024
1 parent 52b0e34 commit 347b618
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.34.3](https://github.com/taskforcesh/bullmq/compare/v5.34.2...v5.34.3) (2024-12-18)


### Bug Fixes

* **sandboxed:** fix detecting special errors by sending default messages ([#2967](https://github.com/taskforcesh/bullmq/issues/2967)) fixes [#2962](https://github.com/taskforcesh/bullmq/issues/2962) ([52b0e34](https://github.com/taskforcesh/bullmq/commit/52b0e34f0a38ac71ebd0667a5fa116ecd73ae4d2))

## [5.34.2](https://github.com/taskforcesh/bullmq/compare/v5.34.1...v5.34.2) (2024-12-14)


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.34.2",
"version": "5.34.3",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '5.34.2';
export const version = '5.34.3';

0 comments on commit 347b618

Please sign in to comment.