From 4c83b3405209f2e9df81b873224ade88a8256d17 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Dec 2024 04:29:55 +0000 Subject: [PATCH] chore(release): 3.4.32 [skip ci] ## [3.4.32](https://github.com/adobe/helix-importer/compare/v3.4.31...v3.4.32) (2024-12-06) ### Bug Fixes * **deps:** update dependency @adobe/helix-md2docx to v2.1.89 ([#451](https://github.com/adobe/helix-importer/issues/451)) ([06f7628](https://github.com/adobe/helix-importer/commit/06f76289023605eeef39816c7d9b90b1add5dddc)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a712ec6..07790d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.32](https://github.com/adobe/helix-importer/compare/v3.4.31...v3.4.32) (2024-12-06) + + +### Bug Fixes + +* **deps:** update dependency @adobe/helix-md2docx to v2.1.89 ([#451](https://github.com/adobe/helix-importer/issues/451)) ([06f7628](https://github.com/adobe/helix-importer/commit/06f76289023605eeef39816c7d9b90b1add5dddc)) + ## [3.4.31](https://github.com/adobe/helix-importer/compare/v3.4.30...v3.4.31) (2024-12-01) diff --git a/package.json b/package.json index 8e84dfc..737628b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-importer", - "version": "3.4.31", + "version": "3.4.32", "description": "Helix Importer tool: create md / docx from html", "main": "src/index.js", "type": "module",