Skip to content

Commit

Permalink
chore(release): 4.14.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.14.3](v4.14.2...v4.14.3) (2023-11-27)

### Bug Fixes

* **update-progress:** remove old updateProgress script to prevent conflict ([#2298](#2298)) (python) ([e65b819](e65b819))
* **worker:** get dirname by using module.filename ([#2296](#2296)) fixes [#2288](#2288) ([6e4db5a](6e4db5a))
  • Loading branch information
semantic-release-bot committed Nov 27, 2023
1 parent 6e4db5a commit cbd5057
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/gitbook/changelog.md
@@ -1,3 +1,11 @@
## [4.14.3](https://github.com/taskforcesh/bullmq/compare/v4.14.2...v4.14.3) (2023-11-27)


### Bug Fixes

* **update-progress:** remove old updateProgress script to prevent conflict ([#2298](https://github.com/taskforcesh/bullmq/issues/2298)) (python) ([e65b819](https://github.com/taskforcesh/bullmq/commit/e65b819101f8e0e8fdef8c51cfdf9a52f5e73f13))
* **worker:** get dirname by using module.filename ([#2296](https://github.com/taskforcesh/bullmq/issues/2296)) fixes [#2288](https://github.com/taskforcesh/bullmq/issues/2288) ([6e4db5a](https://github.com/taskforcesh/bullmq/commit/6e4db5a3f3648c6a7e10991f2e18f3dab96fb1d7))

## [4.14.2](https://github.com/taskforcesh/bullmq/compare/v4.14.1...v4.14.2) (2023-11-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bullmq",
"version": "4.14.2",
"version": "4.14.3",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit cbd5057

Please sign in to comment.