From ecec076fa6fc61583a180cb13f93366b843c2a33 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Oct 2024 09:19:13 +0000 Subject: [PATCH] chore(release): 3.16.0 [skip ci] # [3.16.0](https://github.com/taskforcesh/bullmq/compare/v3.15.8...v3.16.0) (2024-10-15) ### Features * **queue:** add get version ([d5409f7](https://github.com/taskforcesh/bullmq/commit/d5409f765db4b508c2675ef252cce2670599ddbc)) --- docs/gitbook/changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/gitbook/changelog.md b/docs/gitbook/changelog.md index 9d0da17083..967a50476d 100644 --- a/docs/gitbook/changelog.md +++ b/docs/gitbook/changelog.md @@ -1,3 +1,10 @@ +# [3.16.0](https://github.com/taskforcesh/bullmq/compare/v3.15.8...v3.16.0) (2024-10-15) + + +### Features + +* **queue:** add get version ([d5409f7](https://github.com/taskforcesh/bullmq/commit/d5409f765db4b508c2675ef252cce2670599ddbc)) + ## [3.15.8](https://github.com/taskforcesh/bullmq/compare/v3.15.7...v3.15.8) (2023-06-16) diff --git a/package.json b/package.json index f92086621b..51835996c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bullmq", - "version": "3.15.8", + "version": "3.16.0", "description": "Queue for messages and jobs based on Redis", "homepage": "https://bullmq.io/", "main": "./dist/cjs/index.js",