Skip to content

Commit

Permalink
chore(release): 1.12.3 [skip ci]nn## [1.12.3](v1.12.2...v1.12.3) (202…
Browse files Browse the repository at this point in the history
…0-12-28)

### Bug Fixes

* correctly handle "falsy" data values fixes [#264](#264) ([becad91](becad91))
* **worker:** setname on worker blocking connection ([645b633](645b633))
  • Loading branch information
semantic-release-bot committed Dec 28, 2020
1 parent c635261 commit 7e84155
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.12.3](https://github.com/taskforcesh/bullmq/compare/v1.12.2...v1.12.3) (2020-12-28)


### Bug Fixes

* correctly handle "falsy" data values fixes [#264](https://github.com/taskforcesh/bullmq/issues/264) ([becad91](https://github.com/taskforcesh/bullmq/commit/becad91350fd4ac01037e5b0d4a8a93724dd8dbd))
* **worker:** setname on worker blocking connection ([645b633](https://github.com/taskforcesh/bullmq/commit/645b6338f5883b0c21ae78007777d86b45422615))

## [1.12.2](https://github.com/taskforcesh/bullmq/compare/v1.12.1...v1.12.2) (2020-12-23)


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.12.2",
"version": "1.12.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 7e84155

Please sign in to comment.