From 804c4c9b282ea5f72ec72dadcb298c7ec79ce32c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 6 Apr 2024 13:07:06 +0000 Subject: [PATCH] chore(release): 2.0.20 [skip ci] # [@adobe/helix-shared-indexer-v2.0.20](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-indexer-v2.0.19...@adobe/helix-shared-indexer-v2.0.20) (2024-04-06) ### Bug Fixes * return all matches not just the first ([#922](https://github.com/adobe/helix-shared/issues/922)) ([cd5221a](https://github.com/adobe/helix-shared/commit/cd5221ad95896ef892af3dfeccbb71cdb7828f23)) --- 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 8e040e94..d135a0bc 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.20](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-indexer-v2.0.19...@adobe/helix-shared-indexer-v2.0.20) (2024-04-06) + + +### Bug Fixes + +* return all matches not just the first ([#922](https://github.com/adobe/helix-shared/issues/922)) ([cd5221a](https://github.com/adobe/helix-shared/commit/cd5221ad95896ef892af3dfeccbb71cdb7828f23)) + # [@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) diff --git a/packages/helix-shared-indexer/package.json b/packages/helix-shared-indexer/package.json index 592a6c74..fa7d5b9d 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.19", + "version": "2.0.20", "description": "Shared modules of the Helix Project - Indexer", "main": "src/index.js", "type": "module",