From bf34a66d4280fb354ffa88749ea4c47ec2ee22c6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 8 Dec 2024 03:47:08 +0000 Subject: [PATCH] chore(release): 3.4.33 [skip ci] ## [3.4.33](https://github.com/adobe/helix-importer/compare/v3.4.32...v3.4.33) (2024-12-08) ### Bug Fixes * **deps:** update adobe fixes ([#455](https://github.com/adobe/helix-importer/issues/455)) ([cc87068](https://github.com/adobe/helix-importer/commit/cc87068f26205382316f1b892eafb53f80a5afca)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07790d5..73bf867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.33](https://github.com/adobe/helix-importer/compare/v3.4.32...v3.4.33) (2024-12-08) + + +### Bug Fixes + +* **deps:** update adobe fixes ([#455](https://github.com/adobe/helix-importer/issues/455)) ([cc87068](https://github.com/adobe/helix-importer/commit/cc87068f26205382316f1b892eafb53f80a5afca)) + ## [3.4.32](https://github.com/adobe/helix-importer/compare/v3.4.31...v3.4.32) (2024-12-06) diff --git a/package.json b/package.json index f3e7863..60b23bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-importer", - "version": "3.4.32", + "version": "3.4.33", "description": "Helix Importer tool: create md / docx from html", "main": "src/index.js", "type": "module",