From 1c685ba4447e2a2e51f09d4d7d26b96e1844253d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Nov 2024 13:51:07 +0000 Subject: [PATCH] chore(release): 3.4.25 [skip ci] ## [3.4.25](https://github.com/adobe/helix-importer/compare/v3.4.24...v3.4.25) (2024-11-07) ### Bug Fixes * **deps:** update dependency @adobe/helix-md2docx to v2.1.81 ([#430](https://github.com/adobe/helix-importer/issues/430)) ([3b5d7b6](https://github.com/adobe/helix-importer/commit/3b5d7b6ee91c614eaf03f1bd96b1bff6467b1533)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08277bd7..5e1cc8ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.25](https://github.com/adobe/helix-importer/compare/v3.4.24...v3.4.25) (2024-11-07) + + +### Bug Fixes + +* **deps:** update dependency @adobe/helix-md2docx to v2.1.81 ([#430](https://github.com/adobe/helix-importer/issues/430)) ([3b5d7b6](https://github.com/adobe/helix-importer/commit/3b5d7b6ee91c614eaf03f1bd96b1bff6467b1533)) + ## [3.4.24](https://github.com/adobe/helix-importer/compare/v3.4.23...v3.4.24) (2024-10-16) diff --git a/package.json b/package.json index c89320a8..66180ea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-importer", - "version": "3.4.24", + "version": "3.4.25", "description": "Helix Importer tool: create md / docx from html", "main": "src/index.js", "type": "module",