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",