Skip to content

Commit

Permalink
chore(release): 4.12.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.12.3](v4.12.2...v4.12.3) (2024-05-10)

### Bug Fixes

* **job:** validate jobKey in updateProgress and update ([#2730](#2730)) ([6d84156](6d84156))

### Performance Improvements

* **scripts:** remove token after moving to wait or delayed ([#2731](#2731)) ([7ee8f74](7ee8f74))
  • Loading branch information
semantic-release-bot committed May 10, 2024
1 parent 7ee8f74 commit afcf11c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## [4.12.3](https://github.com/OptimalBits/bull/compare/v4.12.2...v4.12.3) (2024-05-10)


### Bug Fixes

* **job:** validate jobKey in updateProgress and update ([#2730](https://github.com/OptimalBits/bull/issues/2730)) ([6d84156](https://github.com/OptimalBits/bull/commit/6d8415696606d3b7ec891f7fca9ab0508923c321))


### Performance Improvements

* **scripts:** remove token after moving to wait or delayed ([#2731](https://github.com/OptimalBits/bull/issues/2731)) ([7ee8f74](https://github.com/OptimalBits/bull/commit/7ee8f7430a68492c9ce768e7108443592f49d74c))

## [4.12.2](https://github.com/OptimalBits/bull/compare/v4.12.1...v4.12.2) (2024-01-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bull",
"version": "4.12.2",
"version": "4.12.3",
"description": "Job manager",
"engines": {
"node": ">=12"
Expand Down

0 comments on commit afcf11c

Please sign in to comment.