Skip to content

Commit

Permalink
chore(release): 4.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.7.0](v4.6.3...v4.7.0) (2023-08-03)

### Features

* **queue:** add getRateLimitTtl method ([#2105](#2105)) ([7426c64](7426c64))
  • Loading branch information
semantic-release-bot committed Aug 3, 2023
1 parent 7426c64 commit 6fe67b4
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
@@ -1,3 +1,10 @@
# [4.7.0](https://github.com/taskforcesh/bullmq/compare/v4.6.3...v4.7.0) (2023-08-03)


### Features

* **queue:** add getRateLimitTtl method ([#2105](https://github.com/taskforcesh/bullmq/issues/2105)) ([7426c64](https://github.com/taskforcesh/bullmq/commit/7426c64b109f1beacf742d57a987282597385469))

## [4.6.3](https://github.com/taskforcesh/bullmq/compare/v4.6.2...v4.6.3) (2023-07-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bullmq",
"version": "4.6.3",
"version": "4.7.0",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 6fe67b4

Please sign in to comment.