From b8b0eeeedff7fa693a15e23f0eea628413b82293 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Apr 2024 18:40:25 +0000 Subject: [PATCH] chore(release): 3.3.5 [skip ci] ## [3.3.5](https://github.com/adobe/helix-importer/compare/v3.3.4...v3.3.5) (2024-04-11) ### Bug Fixes * **deps:** update adobe fixes ([#335](https://github.com/adobe/helix-importer/issues/335)) ([93515ae](https://github.com/adobe/helix-importer/commit/93515aeaf5be9f28270befa9547424017646a684)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6124a7d0..f3ddb023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.3.5](https://github.com/adobe/helix-importer/compare/v3.3.4...v3.3.5) (2024-04-11) + + +### Bug Fixes + +* **deps:** update adobe fixes ([#335](https://github.com/adobe/helix-importer/issues/335)) ([93515ae](https://github.com/adobe/helix-importer/commit/93515aeaf5be9f28270befa9547424017646a684)) + ## [3.3.4](https://github.com/adobe/helix-importer/compare/v3.3.3...v3.3.4) (2024-04-06) diff --git a/package.json b/package.json index eca989b1..e494102c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-importer", - "version": "3.3.4", + "version": "3.3.5", "description": "Helix Importer tool: create md / docx from html", "main": "src/index.js", "type": "module",