From 4fd0210c2d656259ffeece4ec502ad93091581d7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Mar 2024 14:26:36 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/taskforcesh/bullmq-proxy/compare/v1.2.0...v1.3.0) (2024-03-20) ### Features * support proxy concurrency ([#18](https://github.com/taskforcesh/bullmq-proxy/issues/18)) ([d7ad35a](https://github.com/taskforcesh/bullmq-proxy/commit/d7ad35a90718fdf4e8c5eae0ec26e2961ad44579)) --- 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 5f0ee5b..cfe091d 100644 --- a/docs/gitbook/changelog.md +++ b/docs/gitbook/changelog.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/taskforcesh/bullmq-proxy/compare/v1.2.0...v1.3.0) (2024-03-20) + + +### Features + +* support proxy concurrency ([#18](https://github.com/taskforcesh/bullmq-proxy/issues/18)) ([d7ad35a](https://github.com/taskforcesh/bullmq-proxy/commit/d7ad35a90718fdf4e8c5eae0ec26e2961ad44579)) + # [1.2.0](https://github.com/taskforcesh/bullmq-proxy/compare/v1.1.9...v1.2.0) (2024-03-03) diff --git a/package.json b/package.json index a1ef9a9..9df87bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bullmq-proxy", - "version": "1.2.0", + "version": "1.3.0", "private": true, "main": "index.js", "author": "Manuel Astudillo ",