From 6be2f23e8b8ac8985b614b70062fd6f2bee53646 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 15 Dec 2024 12:32:14 +0000 Subject: [PATCH] chore(release): 3.4.35 [skip ci] ## [3.4.35](https://github.com/adobe/helix-importer/compare/v3.4.34...v3.4.35) (2024-12-15) ### Bug Fixes * **deps:** update adobe fixes ([#458](https://github.com/adobe/helix-importer/issues/458)) ([f87b7b2](https://github.com/adobe/helix-importer/commit/f87b7b24522a3f36a7249fda2bb3960304b8a9c5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af61046..743de09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.35](https://github.com/adobe/helix-importer/compare/v3.4.34...v3.4.35) (2024-12-15) + + +### Bug Fixes + +* **deps:** update adobe fixes ([#458](https://github.com/adobe/helix-importer/issues/458)) ([f87b7b2](https://github.com/adobe/helix-importer/commit/f87b7b24522a3f36a7249fda2bb3960304b8a9c5)) + ## [3.4.34](https://github.com/adobe/helix-importer/compare/v3.4.33...v3.4.34) (2024-12-15) diff --git a/package.json b/package.json index ad8f048..1bdc748 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-importer", - "version": "3.4.34", + "version": "3.4.35", "description": "Helix Importer tool: create md / docx from html", "main": "src/index.js", "type": "module",