From 00e83885dc2af5efb6bffdc2c9568c857b4e70c1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Dec 2023 10:55:47 +0000 Subject: [PATCH] chore(release): 2.0.17 [skip ci] # [@adobe/helix-shared-indexer-v2.0.17](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-indexer-v2.0.16...@adobe/helix-shared-indexer-v2.0.17) (2023-12-07) ### Bug Fixes * **deps:** update external fixes ([#870](https://github.com/adobe/helix-shared/issues/870)) ([c549fe1](https://github.com/adobe/helix-shared/commit/c549fe180a4199a424b85f3d88a87c67e32ac4a1)) * use Jsep.Field instead of strings ([#869](https://github.com/adobe/helix-shared/issues/869)) ([df2e6da](https://github.com/adobe/helix-shared/commit/df2e6daae4a410318c386653dbdb1566fbcae14e)) --- packages/helix-shared-indexer/CHANGELOG.md | 8 ++++++++ packages/helix-shared-indexer/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/helix-shared-indexer/CHANGELOG.md b/packages/helix-shared-indexer/CHANGELOG.md index 98688cd9..573284ec 100644 --- a/packages/helix-shared-indexer/CHANGELOG.md +++ b/packages/helix-shared-indexer/CHANGELOG.md @@ -1,3 +1,11 @@ +# [@adobe/helix-shared-indexer-v2.0.17](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-indexer-v2.0.16...@adobe/helix-shared-indexer-v2.0.17) (2023-12-07) + + +### Bug Fixes + +* **deps:** update external fixes ([#870](https://github.com/adobe/helix-shared/issues/870)) ([c549fe1](https://github.com/adobe/helix-shared/commit/c549fe180a4199a424b85f3d88a87c67e32ac4a1)) +* use Jsep.Field instead of strings ([#869](https://github.com/adobe/helix-shared/issues/869)) ([df2e6da](https://github.com/adobe/helix-shared/commit/df2e6daae4a410318c386653dbdb1566fbcae14e)) + # [@adobe/helix-shared-indexer-v2.0.16](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-indexer-v2.0.15...@adobe/helix-shared-indexer-v2.0.16) (2023-10-30) diff --git a/packages/helix-shared-indexer/package.json b/packages/helix-shared-indexer/package.json index 74b46a87..586cdab4 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.16", + "version": "2.0.17", "description": "Shared modules of the Helix Project - Indexer", "main": "src/index.js", "type": "module",