Skip to content

Commit c76d3f9

Browse files
chore(release): 1.14.2 [skip ci]
## [1.14.2](v1.14.1...v1.14.2) (2021-02-02) ### Bug Fixes * improve job timeout notification by giving the job name and id in the error message ([#387](#387)) ([ca886b1](ca886b1))
1 parent ca886b1 commit c76d3f9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/gitbook/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.14.2](https://github.com/taskforcesh/bullmq/compare/v1.14.1...v1.14.2) (2021-02-02)
2+
3+
4+
### Bug Fixes
5+
6+
* improve job timeout notification by giving the job name and id in the error message ([#387](https://github.com/taskforcesh/bullmq/issues/387)) ([ca886b1](https://github.com/taskforcesh/bullmq/commit/ca886b1f854051aed0888f5b872a64b052b2383e))
7+
18
## [1.14.1](https://github.com/taskforcesh/bullmq/compare/v1.14.0...v1.14.1) (2021-02-01)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bullmq",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
44
"description": "Queue for messages and jobs based on Redis",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)