diff --git a/CHANGELOG.md b/CHANGELOG.md index 9684d308..d97a975c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.13.22](https://github.com/adobe/helix-html-pipeline/compare/v5.13.21...v5.13.22) (2025-01-27) + + +### Bug Fixes + +* **deps:** update external fixes ([#803](https://github.com/adobe/helix-html-pipeline/issues/803)) ([3b456ee](https://github.com/adobe/helix-html-pipeline/commit/3b456ee9abf6a929ff7aa7336e3d234dd6443599)) + ## [5.13.21](https://github.com/adobe/helix-html-pipeline/compare/v5.13.20...v5.13.21) (2025-01-26) diff --git a/package.json b/package.json index 69c5a585..e02492ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-html-pipeline", - "version": "5.13.21", + "version": "5.13.22", "description": "Helix HTML Pipeline", "main": "src/index.js", "types": "src/index.d.ts",