Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.8...v1.1.0) (2022-02-11)

### Features

* add `@InjectQueueEvents` decorator ([57811c8](57811c8))
  • Loading branch information
semantic-release-bot committed Feb 11, 2022
1 parent 57811c8 commit 0af687b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# [1.1.0](https://github.com/biosimulations/nestjs-bullmq/compare/v1.0.8...v1.1.0) (2022-02-11)

### Features

- add `@InjectQueueEvents` decorator ([57811c8](https://github.com/biosimulations/nestjs-bullmq/commit/57811c81d3d664d1db304d027aee3a7f53308210))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biosimulations/nestjs-bullmq",
"version": "1.0.8",
"version": "1.1.0",
"private": false,
"description": "Nest - modern, fast, powerful node.js web framework (@bullmq)",
"homepage": "https://github.com/biosimulations/nestjs-bullmq",
Expand Down

0 comments on commit 0af687b

Please sign in to comment.