Skip to content

Commit

Permalink
chore(release): 1.8.13 [skip ci]nn## [1.8.13](taskforcesh/bullmq@v1.8…
Browse files Browse the repository at this point in the history
….12...v1.8.13) (2020-06-05)

### Bug Fixes

* **redis-connection:** run the load command for reused redis client ([fab9bba](taskforcesh@fab9bba))
  • Loading branch information
semantic-release-bot committed Jun 5, 2020
1 parent fab9bba commit 47d0827
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.8.13](https://github.com/taskforcesh/bullmq/compare/v1.8.12...v1.8.13) (2020-06-05)


### Bug Fixes

* **redis-connection:** run the load command for reused redis client ([fab9bba](https://github.com/taskforcesh/bullmq/commit/fab9bba4caee8fd44523febb3bde588b151e8514))

## [1.8.12](https://github.com/taskforcesh/bullmq/compare/v1.8.11...v1.8.12) (2020-06-04)


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

0 comments on commit 47d0827

Please sign in to comment.