diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9d80c2..f289ca93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.3](https://github.com/adobe/helix-html-pipeline/compare/v5.0.2...v5.0.3) (2023-09-21) + + +### Bug Fixes + +* properly rewrite meta image ([#406](https://github.com/adobe/helix-html-pipeline/issues/406)) ([d0c173f](https://github.com/adobe/helix-html-pipeline/commit/d0c173f21942f6fb123ff6d4288364d4b9f0ec98)), closes [#405](https://github.com/adobe/helix-html-pipeline/issues/405) + ## [5.0.2](https://github.com/adobe/helix-html-pipeline/compare/v5.0.1...v5.0.2) (2023-09-14) diff --git a/package.json b/package.json index bc48797a..ca59a0ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-html-pipeline", - "version": "5.0.2", + "version": "5.0.3", "description": "Helix HTML Pipeline", "main": "src/index.js", "types": "src/index.d.ts",