From a97ff04932a8baa62558673ab14c726dba5376d7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 15 Dec 2024 03:12:51 +0000 Subject: [PATCH] chore(release): 3.4.34 [skip ci] ## [3.4.34](https://github.com/adobe/helix-importer/compare/v3.4.33...v3.4.34) (2024-12-15) ### Bug Fixes * **deps:** update adobe fixes ([#457](https://github.com/adobe/helix-importer/issues/457)) ([d7a0060](https://github.com/adobe/helix-importer/commit/d7a0060dd6ad2121adcac5c78cb4e038aacd0953)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73bf867..af61046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.34](https://github.com/adobe/helix-importer/compare/v3.4.33...v3.4.34) (2024-12-15) + + +### Bug Fixes + +* **deps:** update adobe fixes ([#457](https://github.com/adobe/helix-importer/issues/457)) ([d7a0060](https://github.com/adobe/helix-importer/commit/d7a0060dd6ad2121adcac5c78cb4e038aacd0953)) + ## [3.4.33](https://github.com/adobe/helix-importer/compare/v3.4.32...v3.4.33) (2024-12-08) diff --git a/package.json b/package.json index 13cc87f..1b54ed3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-importer", - "version": "3.4.33", + "version": "3.4.34", "description": "Helix Importer tool: create md / docx from html", "main": "src/index.js", "type": "module",