Skip to content

Commit

Permalink
chore(release): 1.14.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.6](v1.14.5...v1.14.6) (2021-02-16)

### Bug Fixes

* remove next job in removeRepeatableByKey fixes [#165](#165) ([fb3a7c2](fb3a7c2))
  • Loading branch information
semantic-release-bot committed Feb 16, 2021
1 parent fb3a7c2 commit 5e6631e
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.14.6](https://github.com/taskforcesh/bullmq/compare/v1.14.5...v1.14.6) (2021-02-16)


### Bug Fixes

* remove next job in removeRepeatableByKey fixes [#165](https://github.com/taskforcesh/bullmq/issues/165) ([fb3a7c2](https://github.com/taskforcesh/bullmq/commit/fb3a7c2f429d535dd9f038687d7230d61201defc))

## [1.14.5](https://github.com/taskforcesh/bullmq/compare/v1.14.4...v1.14.5) (2021-02-16)


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.14.5",
"version": "1.14.6",
"description": "Queue for messages and jobs based on Redis",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5e6631e

Please sign in to comment.