Skip to content

Commit

Permalink
chore(release): 5.30.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.30.1](v5.30.0...v5.30.1) (2024-11-30)

### Bug Fixes

* **flow:** allow using removeOnFail and failParentOnFailure in parents ([#2947](#2947)) fixes [#2229](#2229) ([85f6f6f](85f6f6f))
  • Loading branch information
semantic-release-bot committed Nov 30, 2024
1 parent 85f6f6f commit 9b1f30c
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.30.1](https://github.com/taskforcesh/bullmq/compare/v5.30.0...v5.30.1) (2024-11-30)


### Bug Fixes

* **flow:** allow using removeOnFail and failParentOnFailure in parents ([#2947](https://github.com/taskforcesh/bullmq/issues/2947)) fixes [#2229](https://github.com/taskforcesh/bullmq/issues/2229) ([85f6f6f](https://github.com/taskforcesh/bullmq/commit/85f6f6f181003fafbf75304a268170f0d271ccc3))

# [5.30.0](https://github.com/taskforcesh/bullmq/compare/v5.29.1...v5.30.0) (2024-11-29)


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.30.0",
"version": "5.30.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.30.0';
export const version = '5.30.1';

0 comments on commit 9b1f30c

Please sign in to comment.