Skip to content

Commit

Permalink
chore(release): 4.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.6.3](v4.6.2...v4.6.3) (2023-07-28)

### Performance Improvements

* **job:** generate priority limit constant once ([#2102](#2102)) ([8880f9f](8880f9f))
  • Loading branch information
semantic-release-bot committed Jul 28, 2023
1 parent 8880f9f commit 3a656d9
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.6.3](https://github.com/taskforcesh/bullmq/compare/v4.6.2...v4.6.3) (2023-07-28)


### Performance Improvements

* **job:** generate priority limit constant once ([#2102](https://github.com/taskforcesh/bullmq/issues/2102)) ([8880f9f](https://github.com/taskforcesh/bullmq/commit/8880f9f2983282d343d603a89abe5e1e6bff78e5))

## [4.6.2](https://github.com/taskforcesh/bullmq/compare/v4.6.0...v4.6.2) (2023-07-26)


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.6.2",
"version": "4.6.3",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 3a656d9

Please sign in to comment.