From 1e4ce0d03d8f510d1ff0ff60cd81b10860776dd0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Apr 2023 15:38:51 +0000 Subject: [PATCH] chore(release): 3.10.2 [skip ci] ## [3.10.2](https://github.com/adobe/helix-html-pipeline/compare/v3.10.1...v3.10.2) (2023-04-11) ### Bug Fixes * use correct header for contentbusid ([#294](https://github.com/adobe/helix-html-pipeline/issues/294)) ([1c070f9](https://github.com/adobe/helix-html-pipeline/commit/1c070f905667d414f76226958461b3dcd18a2c1c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03021083..eeb7caf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.10.2](https://github.com/adobe/helix-html-pipeline/compare/v3.10.1...v3.10.2) (2023-04-11) + + +### Bug Fixes + +* use correct header for contentbusid ([#294](https://github.com/adobe/helix-html-pipeline/issues/294)) ([1c070f9](https://github.com/adobe/helix-html-pipeline/commit/1c070f905667d414f76226958461b3dcd18a2c1c)) + ## [3.10.1](https://github.com/adobe/helix-html-pipeline/compare/v3.10.0...v3.10.1) (2023-04-11) diff --git a/package.json b/package.json index 81cf1d8a..0e2f78f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-html-pipeline", - "version": "3.10.1", + "version": "3.10.2", "description": "Helix HTML Pipeline", "main": "src/index.js", "types": "src/index.d.ts",