From 97190c3ce5afa253653f03c0c550a3354ed768d9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Oct 2020 19:35:47 +0000 Subject: [PATCH] chore(release): 3.3.2 [skip ci] ### [3.3.2](https://github.com/bee-queue/arena/compare/v3.3.1...v3.3.2) (2020-10-29) ### Bug Fixes * **job-details:** correctly wait for promises ([#254](https://github.com/bee-queue/arena/issues/254)) ([934e92a](https://github.com/bee-queue/arena/commit/934e92ab840fdd63e1d88b1584447f493bd10e94)) --- 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 bb46c7d0..148b0259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [3.3.2](https://github.com/bee-queue/arena/compare/v3.3.1...v3.3.2) (2020-10-29) + +### Bug Fixes + +- **job-details:** correctly wait for promises ([#254](https://github.com/bee-queue/arena/issues/254)) ([934e92a](https://github.com/bee-queue/arena/commit/934e92ab840fdd63e1d88b1584447f493bd10e94)) + ### [3.3.1](https://github.com/bee-queue/arena/compare/v3.3.0...v3.3.1) (2020-10-28) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index ad4ce613..ce9f5291 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bull-arena", - "version": "3.3.1", + "version": "3.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2227edae..14f81907 100644 --- a/package.json +++ b/package.json @@ -45,5 +45,5 @@ "src" ], "repository": "https://github.com/bee-queue/arena.git", - "version": "3.3.1" + "version": "3.3.2" }