Skip to content

Commit

Permalink
chore(release): 5.41.8 [skip ci]
Browse files Browse the repository at this point in the history
## [5.41.8](v5.41.7...v5.41.8) (2025-03-08)

### Bug Fixes

* **job:** deserialize priority in fromJSON ([#3126](#3126)) ([c3269b1](c3269b1))
* **worker:** cast delay_until to integer [python] ([#3116](#3116)) ([db617e4](db617e4))
  • Loading branch information
semantic-release-bot committed Mar 8, 2025
1 parent c3269b1 commit 0a78e52
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.41.8](https://github.com/taskforcesh/bullmq/compare/v5.41.7...v5.41.8) (2025-03-08)


### Bug Fixes

* **job:** deserialize priority in fromJSON ([#3126](https://github.com/taskforcesh/bullmq/issues/3126)) ([c3269b1](https://github.com/taskforcesh/bullmq/commit/c3269b11e2def4e2acd4eafc02ce7958a8fcf63e))
* **worker:** cast delay_until to integer [python] ([#3116](https://github.com/taskforcesh/bullmq/issues/3116)) ([db617e4](https://github.com/taskforcesh/bullmq/commit/db617e48ef1dd52446bfd73e15f24957df2ca315))

## [5.41.7](https://github.com/taskforcesh/bullmq/compare/v5.41.6...v5.41.7) (2025-02-27)


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": "bullmq",
"version": "5.41.7",
"version": "5.41.8",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '5.41.7';
export const version = '5.41.8';

0 comments on commit 0a78e52

Please sign in to comment.