diff --git a/docs/gitbook/changelog.md b/docs/gitbook/changelog.md index fe6a073ac4..45d6c10eb9 100644 --- a/docs/gitbook/changelog.md +++ b/docs/gitbook/changelog.md @@ -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) diff --git a/package.json b/package.json index 0efaa99c4f..1010fb5239 100644 --- a/package.json +++ b/package.json @@ -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",