Skip to content

Commit

Permalink
chore(release): 3.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.5.2](v3.5.1...v3.5.2) (2023-01-04)

### Performance Improvements

* **get-dependencies:** replace slow object destructuring with single object ([#1612](#1612)) ([621748e](621748e))
  • Loading branch information
semantic-release-bot committed Jan 4, 2023
1 parent 621748e commit 5b34b8b
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 @@
## [3.5.2](https://github.com/taskforcesh/bullmq/compare/v3.5.1...v3.5.2) (2023-01-04)


### Performance Improvements

* **get-dependencies:** replace slow object destructuring with single object ([#1612](https://github.com/taskforcesh/bullmq/issues/1612)) ([621748e](https://github.com/taskforcesh/bullmq/commit/621748ec7727b46ce57eb9d2b46ef981874cdf4c))

## [3.5.1](https://github.com/taskforcesh/bullmq/compare/v3.5.0...v3.5.1) (2022-12-23)


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": "3.5.1",
"version": "3.5.2",
"description": "Queue for messages and jobs based on Redis",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 5b34b8b

Please sign in to comment.