Skip to content

Commit

Permalink
chore(release): 5.35.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.35.1](v5.35.0...v5.35.1) (2025-01-23)

### Bug Fixes

* **worker:** avoid possible hazard in closing worker ([0f07467](0f07467))
  • Loading branch information
semantic-release-bot committed Jan 23, 2025
1 parent 0f07467 commit 824fc4c
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.35.1](https://github.com/taskforcesh/bullmq/compare/v5.35.0...v5.35.1) (2025-01-23)


### Bug Fixes

* **worker:** avoid possible hazard in closing worker ([0f07467](https://github.com/taskforcesh/bullmq/commit/0f0746727176d7ff285ae2d1f35048109b4574c5))

# [5.35.0](https://github.com/taskforcesh/bullmq/compare/v5.34.10...v5.35.0) (2025-01-22)


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.35.0",
"version": "5.35.1",
"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.35.0';
export const version = '5.35.1';

0 comments on commit 824fc4c

Please sign in to comment.