Skip to content

Commit

Permalink
chore(release): 4.18.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.18.2](v4.18.1...v4.18.2) (2024-10-24)

### Bug Fixes

* proper way to get version ([1a433d2](1a433d2))
  • Loading branch information
semantic-release-bot committed Oct 24, 2024
1 parent 99f95b6 commit e348831
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.18.2](https://github.com/taskforcesh/bullmq/compare/v4.18.1...v4.18.2) (2024-10-24)


### Bug Fixes

* proper way to get version ([1a433d2](https://github.com/taskforcesh/bullmq/commit/1a433d2a17b58ba8d30f0ecf52d9091f8377978f))

## [4.18.1](https://github.com/taskforcesh/bullmq/compare/v4.18.0...v4.18.1) (2024-10-19)


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": "4.18.1",
"version": "4.18.2",
"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 = '4.18.1';
export const version = '4.18.2';

0 comments on commit e348831

Please sign in to comment.