From 692aede3486e48ead88a29c2d428045041abb8cf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Jul 2021 13:03:12 +0000 Subject: [PATCH] chore(release): 3.25.0 [skip ci] # [3.25.0](https://github.com/OptimalBits/bull/compare/v3.24.0...v3.25.0) (2021-07-15) ### Features * pass clientName to createClient function ([2a29569](https://github.com/OptimalBits/bull/commit/2a295691b88318ff64beaa7b83e03487854a7fe4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8bcd91e..298ba8a89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.25.0](https://github.com/OptimalBits/bull/compare/v3.24.0...v3.25.0) (2021-07-15) + + +### Features + +* pass clientName to createClient function ([2a29569](https://github.com/OptimalBits/bull/commit/2a295691b88318ff64beaa7b83e03487854a7fe4)) + # [3.24.0](https://github.com/OptimalBits/bull/compare/v3.23.3...v3.24.0) (2021-07-15) diff --git a/package.json b/package.json index b41a7a309..810944cb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bull", - "version": "3.24.0", + "version": "3.25.0", "description": "Job manager", "engines": { "node": ">=10"