Skip to content

Commit

Permalink
chore(release): 1.26.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.26.3](v1.26.2...v1.26.3) (2021-05-19)

### Bug Fixes

* ensure connection reconnects when pausing fixes [#160](#160) ([f38fee8](f38fee8))
  • Loading branch information
semantic-release-bot committed May 19, 2021
1 parent f38fee8 commit 0eb67d5
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.26.3](https://github.com/taskforcesh/bullmq/compare/v1.26.2...v1.26.3) (2021-05-19)


### Bug Fixes

* ensure connection reconnects when pausing fixes [#160](https://github.com/taskforcesh/bullmq/issues/160) ([f38fee8](https://github.com/taskforcesh/bullmq/commit/f38fee84def75dd8a38cbb8bfb5aa662485ddf91))

## [1.26.2](https://github.com/taskforcesh/bullmq/compare/v1.26.1...v1.26.2) (2021-05-18)


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

0 comments on commit 0eb67d5

Please sign in to comment.