Skip to content

Commit

Permalink
chore(release): 1.67.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.67.2](v1.67.1...v1.67.2) (2022-01-28)

### Bug Fixes

* **repeat:** consider immediately option with cron ([#1030](#1030)) fixes [#1020](#1020) ([b9e7488](b9e7488))
  • Loading branch information
semantic-release-bot committed Jan 28, 2022
1 parent da587c2 commit e55ff35
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.67.2](https://github.com/taskforcesh/bullmq/compare/v1.67.1...v1.67.2) (2022-01-28)


### Bug Fixes

* **repeat:** consider immediately option with cron ([#1030](https://github.com/taskforcesh/bullmq/issues/1030)) fixes [#1020](https://github.com/taskforcesh/bullmq/issues/1020) ([b9e7488](https://github.com/taskforcesh/bullmq/commit/b9e748870385a88b2384df40f50df3144c11d7e0))

## [1.67.1](https://github.com/taskforcesh/bullmq/compare/v1.67.0...v1.67.1) (2022-01-27)


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.67.1",
"version": "1.67.2",
"description": "Queue for messages and jobs based on Redis",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit e55ff35

Please sign in to comment.