Skip to content

Commit

Permalink
chore(release): 4.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.8.0](v4.7.0...v4.8.0) (2022-03-19)

### Features

* have Queue#clean consult job.{finishedOn,processedOn,timestamp} ([#2309](#2309)) ([b7058e6](b7058e6))
  • Loading branch information
semantic-release-bot committed Mar 19, 2022
1 parent b7058e6 commit 933896a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.8.0](https://github.com/OptimalBits/bull/compare/v4.7.0...v4.8.0) (2022-03-19)


### Features

* have Queue#clean consult job.{finishedOn,processedOn,timestamp} ([#2309](https://github.com/OptimalBits/bull/issues/2309)) ([b7058e6](https://github.com/OptimalBits/bull/commit/b7058e6e8f4bb56febebaf9452f993883240fa9d))

# [4.7.0](https://github.com/OptimalBits/bull/compare/v4.6.2...v4.7.0) (2022-03-02)


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": "bull",
"version": "4.7.0",
"version": "4.8.0",
"description": "Job manager",
"engines": {
"node": ">=10.1"
Expand Down

0 comments on commit 933896a

Please sign in to comment.