Skip to content

Commit

Permalink
chore(release): 3.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.8.0](v3.7.1...v3.8.0) (2021-02-22)

### Features

* **queuejobsbystate:** adding order dropdown ([c5d21a0](c5d21a0))

### Bug Fixes

* **queuejobsbystate:** apply descending ordering for jobs when using bull queue ([1e1f891](1e1f891))
  • Loading branch information
semantic-release-bot committed Feb 22, 2021
1 parent 85042b4 commit 48ea041
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.8.0](https://github.com/bee-queue/arena/compare/v3.7.1...v3.8.0) (2021-02-22)

### Features

- **queuejobsbystate:** adding order dropdown ([c5d21a0](https://github.com/bee-queue/arena/commit/c5d21a0d4e15cb2444f904d199440707cf8fac6d))

### Bug Fixes

- **queuejobsbystate:** apply descending ordering for jobs when using bull queue ([1e1f891](https://github.com/bee-queue/arena/commit/1e1f8910bc3499419f4370dd45998df7b9317b8a))

### [3.7.1](https://github.com/bee-queue/arena/compare/v3.7.0...v3.7.1) (2021-02-18)

### Bug Fixes
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.7.1"
"version": "3.8.0"
}

0 comments on commit 48ea041

Please sign in to comment.