Skip to content

Commit

Permalink
chore(release): 1.82.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.82.1](v1.82.0...v1.82.1) (2022-05-16)

### Bug Fixes

* **remove-job:** pass right prev param in removed event ([#1237](#1237)) ([54df47e](54df47e))
  • Loading branch information
semantic-release-bot committed May 16, 2022
1 parent 54df47e commit 547a853
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 @@
## [1.82.1](https://github.com/taskforcesh/bullmq/compare/v1.82.0...v1.82.1) (2022-05-16)


### Bug Fixes

* **remove-job:** pass right prev param in removed event ([#1237](https://github.com/taskforcesh/bullmq/issues/1237)) ([54df47e](https://github.com/taskforcesh/bullmq/commit/54df47edf715a0a2a42687bf827e0a62c03951a5))

# [1.82.0](https://github.com/taskforcesh/bullmq/compare/v1.81.4...v1.82.0) (2022-05-11)


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": "1.82.0",
"version": "1.82.1",
"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 547a853

Please sign in to comment.