Skip to content

Commit

Permalink
chore(release): 1.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.3](v1.4.2...v1.4.3) (2022-11-23)

### Bug Fixes

* queues stop working when there are more than 8k jobs with the same timestamp ([#550](#550)) ([28ca743](28ca743))
  • Loading branch information
semantic-release-bot committed Nov 23, 2022
1 parent 45dcf28 commit dd2213e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
@@ -1,3 +1,9 @@
## [1.4.3](https://github.com/bee-queue/bee-queue/compare/v1.4.2...v1.4.3) (2022-11-23)

### Bug Fixes

- queues stop working when there are more than 8k jobs with the same timestamp ([#550](https://github.com/bee-queue/bee-queue/issues/550)) ([28ca743](https://github.com/bee-queue/bee-queue/commit/28ca74326b89dcdb013317cf39c02fee4fca381e))

## [1.4.2](https://github.com/bee-queue/bee-queue/compare/v1.4.1...v1.4.2) (2022-11-22)

### Bug Fixes
Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "bee-queue",
"version": "1.4.2",
"version": "1.4.3",
"description": "A simple, fast, robust job/task queue, backed by Redis.",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit dd2213e

Please sign in to comment.