Skip to content

Commit 5e6631e

Browse files
chore(release): 1.14.6 [skip ci]
## [1.14.6](v1.14.5...v1.14.6) (2021-02-16) ### Bug Fixes * remove next job in removeRepeatableByKey fixes [#165](#165) ([fb3a7c2](fb3a7c2))
1 parent fb3a7c2 commit 5e6631e

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.6](https://github.com/taskforcesh/bullmq/compare/v1.14.5...v1.14.6) (2021-02-16)
2+
3+
4+
### Bug Fixes
5+
6+
* remove next job in removeRepeatableByKey fixes [#165](https://github.com/taskforcesh/bullmq/issues/165) ([fb3a7c2](https://github.com/taskforcesh/bullmq/commit/fb3a7c2f429d535dd9f038687d7230d61201defc))
7+
18
## [1.14.5](https://github.com/taskforcesh/bullmq/compare/v1.14.4...v1.14.5) (2021-02-16)
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.5",
3+
"version": "1.14.6",
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)