From 186a891223f06d664868f638952c489ba2b33867 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Jan 2024 16:09:36 +0000 Subject: [PATCH] chore(release): 3.0.1 [skip ci] # [@adobe/helix-shared-process-queue-v3.0.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-process-queue-v3.0.0...@adobe/helix-shared-process-queue-v3.0.1) (2024-01-23) ### Bug Fixes * semrel ([#896](https://github.com/adobe/helix-shared/issues/896)) ([f28aee2](https://github.com/adobe/helix-shared/commit/f28aee2e92cff899405577badab067f071d30771)) --- packages/helix-shared-process-queue/CHANGELOG.md | 7 +++++++ packages/helix-shared-process-queue/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/helix-shared-process-queue/CHANGELOG.md b/packages/helix-shared-process-queue/CHANGELOG.md index 790b6396..3cf99c32 100644 --- a/packages/helix-shared-process-queue/CHANGELOG.md +++ b/packages/helix-shared-process-queue/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@adobe/helix-shared-process-queue-v3.0.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-process-queue-v3.0.0...@adobe/helix-shared-process-queue-v3.0.1) (2024-01-23) + + +### Bug Fixes + +* semrel ([#896](https://github.com/adobe/helix-shared/issues/896)) ([f28aee2](https://github.com/adobe/helix-shared/commit/f28aee2e92cff899405577badab067f071d30771)) + # [@adobe/helix-shared-process-queue-v3.0.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-process-queue-v2.1.0...@adobe/helix-shared-process-queue-v3.0.0) (2023-01-31) diff --git a/packages/helix-shared-process-queue/package.json b/packages/helix-shared-process-queue/package.json index 4804db13..9ac5d96a 100644 --- a/packages/helix-shared-process-queue/package.json +++ b/packages/helix-shared-process-queue/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-shared-process-queue", - "version": "3.0.0", + "version": "3.0.1", "description": "Shared modules of the Helix Project - Process Queue", "main": "src/process-queue.js", "types": "src/process-queue.d.ts",