Skip to content

Commit

Permalink
chore(release): 3.16.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.16.2](v3.16.1...v3.16.2) (2024-10-24)

### Bug Fixes

* proper way to get version ([cef204b](cef204b))
  • Loading branch information
semantic-release-bot committed Oct 24, 2024
1 parent cef204b commit ba65311
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 @@
## [3.16.2](https://github.com/taskforcesh/bullmq/compare/v3.16.1...v3.16.2) (2024-10-24)


### Bug Fixes

* proper way to get version ([cef204b](https://github.com/taskforcesh/bullmq/commit/cef204bc2c7b97310fe5eadb808f4ec04827ee27))

## [3.16.1](https://github.com/taskforcesh/bullmq/compare/v3.16.0...v3.16.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": "3.16.1",
"version": "3.16.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 = '3.16.1';
export const version = '3.16.2';

0 comments on commit ba65311

Please sign in to comment.