From d2369da0860d856299cdb2ac9c7ad919226d2bb5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 9 Jun 2024 04:42:48 +0000 Subject: [PATCH] chore(release): 3.4.6 [skip ci] ## [3.4.6](https://github.com/adobe/helix-importer/compare/v3.4.5...v3.4.6) (2024-06-09) ### Bug Fixes * **deps:** update adobe fixes ([#366](https://github.com/adobe/helix-importer/issues/366)) ([59828d3](https://github.com/adobe/helix-importer/commit/59828d3d4f1b5bfea6eff7abac105c69b2d86e21)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c04e4c8..cb81f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.6](https://github.com/adobe/helix-importer/compare/v3.4.5...v3.4.6) (2024-06-09) + + +### Bug Fixes + +* **deps:** update adobe fixes ([#366](https://github.com/adobe/helix-importer/issues/366)) ([59828d3](https://github.com/adobe/helix-importer/commit/59828d3d4f1b5bfea6eff7abac105c69b2d86e21)) + ## [3.4.5](https://github.com/adobe/helix-importer/compare/v3.4.4...v3.4.5) (2024-06-08) diff --git a/package.json b/package.json index 8b7fcf3..30a77c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-importer", - "version": "3.4.5", + "version": "3.4.6", "description": "Helix Importer tool: create md / docx from html", "main": "src/index.js", "type": "module",