From 7f6f66b2a087c9bf2a227ee606e34108fe80d79f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Nov 2024 23:02:57 +0000 Subject: [PATCH] chore(release): 3.4.29 [skip ci] ## [3.4.29](https://github.com/adobe/helix-importer/compare/v3.4.28...v3.4.29) (2024-11-23) ### Bug Fixes * **deps:** update external fixes ([#442](https://github.com/adobe/helix-importer/issues/442)) ([b1aa636](https://github.com/adobe/helix-importer/commit/b1aa636680d00f3b3b000b8d3e76b15196e9e701)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b01c78..c35070d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.29](https://github.com/adobe/helix-importer/compare/v3.4.28...v3.4.29) (2024-11-23) + + +### Bug Fixes + +* **deps:** update external fixes ([#442](https://github.com/adobe/helix-importer/issues/442)) ([b1aa636](https://github.com/adobe/helix-importer/commit/b1aa636680d00f3b3b000b8d3e76b15196e9e701)) + ## [3.4.28](https://github.com/adobe/helix-importer/compare/v3.4.27...v3.4.28) (2024-11-19) diff --git a/package.json b/package.json index 998a330..3c0cbca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-importer", - "version": "3.4.28", + "version": "3.4.29", "description": "Helix Importer tool: create md / docx from html", "main": "src/index.js", "type": "module",