Skip to content

Commit

Permalink
chore(release): 1.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.1](v1.7.0...v1.7.1) (2023-11-11)

### Bug Fixes

* fixed the type for job.save function ([#719](#719)) ([77a5dac](77a5dac))
  • Loading branch information
semantic-release-bot committed Nov 11, 2023
1 parent 77a5dac commit 7aa9277
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.7.1](https://github.com/bee-queue/bee-queue/compare/v1.7.0...v1.7.1) (2023-11-11)

### Bug Fixes

- fixed the type for job.save function ([#719](https://github.com/bee-queue/bee-queue/issues/719)) ([77a5dac](https://github.com/bee-queue/bee-queue/commit/77a5dacac1e54f4138dc9d3d3e8cf6c76e129d7d))

## [1.7.0](https://github.com/bee-queue/bee-queue/compare/v1.6.0...v1.7.0) (2023-11-06)

### Features
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.7.0",
"version": "1.7.1",
"description": "A simple, fast, robust job/task queue, backed by Redis.",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 7aa9277

Please sign in to comment.