Skip to content

Commit

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

### Features

* **telemetry:** add option to omit context propagation on jobs ([#2946](#2946)) ([6514c33](6514c33))
  • Loading branch information
semantic-release-bot committed Dec 10, 2024
1 parent 6514c33 commit fc8fac9
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.0](https://github.com/taskforcesh/bullmq/compare/v5.33.1...v5.34.0) (2024-12-10)


### Features

* **telemetry:** add option to omit context propagation on jobs ([#2946](https://github.com/taskforcesh/bullmq/issues/2946)) ([6514c33](https://github.com/taskforcesh/bullmq/commit/6514c335231cb6e727819cf5e0c56ed3f5132838))

## [5.33.1](https://github.com/taskforcesh/bullmq/compare/v5.33.0...v5.33.1) (2024-12-10)


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

0 comments on commit fc8fac9

Please sign in to comment.