Skip to content

Commit

Permalink
chore(release): 3.10.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.10.0](v3.9.0...v3.10.0) (2021-03-02)

### Features

* **bull:** adding bull in example ([da1ad97](da1ad97))
* **queuejobsbystate:** retry bulk delayed jobs ([d3eb2bf](d3eb2bf))

### Bug Fixes

* **bee-queue:** disable retry jobs button for bee-queue ([57dc1d6](57dc1d6))
  • Loading branch information
semantic-release-bot committed Mar 2, 2021
1 parent 1dac2d7 commit 52c9b80
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.10.0](https://github.com/bee-queue/arena/compare/v3.9.0...v3.10.0) (2021-03-02)

### Features

- **bull:** adding bull in example ([da1ad97](https://github.com/bee-queue/arena/commit/da1ad97f6fd5ce765718c10bfec278f830c1f85b))
- **queuejobsbystate:** retry bulk delayed jobs ([d3eb2bf](https://github.com/bee-queue/arena/commit/d3eb2bf3d2dedbe44f683f172cef121e59a45bca))

### Bug Fixes

- **bee-queue:** disable retry jobs button for bee-queue ([57dc1d6](https://github.com/bee-queue/arena/commit/57dc1d61100e1f2d6fa7d9a726287c21cd63c201))

## [3.9.0](https://github.com/bee-queue/arena/compare/v3.8.0...v3.9.0) (2021-02-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -45,5 +45,5 @@
"src"
],
"repository": "https://github.com/bee-queue/arena.git",
"version": "3.9.0"
"version": "3.10.0"
}

0 comments on commit 52c9b80

Please sign in to comment.