Skip to content

Commit

Permalink
chore(release): 1.11.0 [skip ci]nn# [1.11.0](taskforcesh/bullmq@v1.10…
Browse files Browse the repository at this point in the history
….0...v1.11.0) (2020-11-24)

### Bug Fixes

* add generic type to processor ([d4f6501](taskforcesh@d4f6501))

### Features

* add name and return types to queue, worker and processor ([4879715](taskforcesh@4879715))
  • Loading branch information
semantic-release-bot committed Nov 24, 2020
1 parent 4879715 commit 4495e1d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.11.0](https://github.com/taskforcesh/bullmq/compare/v1.10.0...v1.11.0) (2020-11-24)


### Bug Fixes

* add generic type to processor ([d4f6501](https://github.com/taskforcesh/bullmq/commit/d4f650120804bd6161f0eeda5162ad5a96811a05))


### Features

* add name and return types to queue, worker and processor ([4879715](https://github.com/taskforcesh/bullmq/commit/4879715ec7c917f11e3a0ac3c5f5126029340ed3))

# [1.10.0](https://github.com/taskforcesh/bullmq/compare/v1.9.0...v1.10.0) (2020-10-20)


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

0 comments on commit 4495e1d

Please sign in to comment.