From d2ea2ba9dd3cce48e204b42ed0e83006aca45464 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 Feb 2023 03:00:52 +0000 Subject: [PATCH] chore(release): 3.30.4 [skip ci] ### [3.30.4](https://github.com/bee-queue/arena/compare/v3.30.3...v3.30.4) (2023-02-18) ### Bug Fixes * **mounting:** differentiate base and appBase paths when disableListen ([#623](https://github.com/bee-queue/arena/issues/623)) ([387e3ac](https://github.com/bee-queue/arena/commit/387e3ac7fdcf94f72765d80c26d3b074c91cdd03)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 291a1798..dcc22ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [3.30.4](https://github.com/bee-queue/arena/compare/v3.30.3...v3.30.4) (2023-02-18) + +### Bug Fixes + +- **mounting:** differentiate base and appBase paths when disableListen ([#623](https://github.com/bee-queue/arena/issues/623)) ([387e3ac](https://github.com/bee-queue/arena/commit/387e3ac7fdcf94f72765d80c26d3b074c91cdd03)) + ### [3.30.3](https://github.com/bee-queue/arena/compare/v3.30.2...v3.30.3) (2023-01-06) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 2b0f2d87..abc8be79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bull-arena", - "version": "3.30.3", + "version": "3.30.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bd2345cf..7e7e8d53 100644 --- a/package.json +++ b/package.json @@ -59,5 +59,5 @@ "bullmq" ], "repository": "https://github.com/bee-queue/arena.git", - "version": "3.30.3" + "version": "3.30.4" }