Skip to content

Commit

Permalink
chore(release): 4.7.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.7.2](taskforcesh/bullmq@v4.7.1...v4.7.2) (2023-08-12)

### Bug Fixes

* **queue:** throw error when name is not provided ([taskforcesh#2123](taskforcesh#2123)) ([78fb0e2](taskforcesh@78fb0e2))
  • Loading branch information
semantic-release-bot committed Aug 12, 2023
1 parent 78fb0e2 commit 1e5e7ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.7.2](https://github.com/taskforcesh/bullmq/compare/v4.7.1...v4.7.2) (2023-08-12)


### Bug Fixes

* **queue:** throw error when name is not provided ([#2123](https://github.com/taskforcesh/bullmq/issues/2123)) ([78fb0e2](https://github.com/taskforcesh/bullmq/commit/78fb0e2a93cfa59a43a0fb337f857e78f1c6fcf4))

## [4.7.1](https://github.com/taskforcesh/bullmq/compare/v4.7.0...v4.7.1) (2023-08-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": "4.7.1",
"version": "4.7.2",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 1e5e7ba

Please sign in to comment.