Skip to content

Commit

Permalink
chore(release): 5.34.6 [skip ci]
Browse files Browse the repository at this point in the history
## [5.34.6](v5.34.5...v5.34.6) (2024-12-31)

### Bug Fixes

* **job-scheduler:** avoid duplicates when upserting in a quick sequence ([#2991](#2991)) ([e8cdb99](e8cdb99))
  • Loading branch information
semantic-release-bot committed Dec 31, 2024
1 parent e8cdb99 commit d1fb113
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.6](/~https://github.com/taskforcesh/bullmq/compare/v5.34.5...v5.34.6) (2024-12-31)


### Bug Fixes

* **job-scheduler:** avoid duplicates when upserting in a quick sequence ([#2991](/~https://github.com/taskforcesh/bullmq/issues/2991)) ([e8cdb99](/~https://github.com/taskforcesh/bullmq/commit/e8cdb99881bc7cebbc48cb7834da5eafa289712f))

## [5.34.5](/~https://github.com/taskforcesh/bullmq/compare/v5.34.4...v5.34.5) (2024-12-25)


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

0 comments on commit d1fb113

Please sign in to comment.