From ba3215678c11abc692eb0b752f3ae44d3009fe3c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Jan 2024 16:09:21 +0000 Subject: [PATCH] chore(release): 2.0.19 [skip ci] # [@adobe/helix-shared-indexer-v2.0.19](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-indexer-v2.0.18...@adobe/helix-shared-indexer-v2.0.19) (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-indexer/CHANGELOG.md | 7 +++++++ packages/helix-shared-indexer/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/helix-shared-indexer/CHANGELOG.md b/packages/helix-shared-indexer/CHANGELOG.md index e90ec7a0..8e040e94 100644 --- a/packages/helix-shared-indexer/CHANGELOG.md +++ b/packages/helix-shared-indexer/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@adobe/helix-shared-indexer-v2.0.19](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-indexer-v2.0.18...@adobe/helix-shared-indexer-v2.0.19) (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-indexer-v2.0.18](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-indexer-v2.0.17...@adobe/helix-shared-indexer-v2.0.18) (2024-01-15) diff --git a/packages/helix-shared-indexer/package.json b/packages/helix-shared-indexer/package.json index 9e533b76..592a6c74 100644 --- a/packages/helix-shared-indexer/package.json +++ b/packages/helix-shared-indexer/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-shared-indexer", - "version": "2.0.18", + "version": "2.0.19", "description": "Shared modules of the Helix Project - Indexer", "main": "src/index.js", "type": "module",