From 2c8bdfb7c573b4900cc2cef481a5b07d307fa0d8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 Dec 2024 23:08:46 +0000 Subject: [PATCH] chore(release): 3.4.37 [skip ci] ## [3.4.37](https://github.com/adobe/helix-importer/compare/v3.4.36...v3.4.37) (2024-12-28) ### Bug Fixes * **deps:** update adobe fixes ([#461](https://github.com/adobe/helix-importer/issues/461)) ([376051f](https://github.com/adobe/helix-importer/commit/376051f5ca04c488f1c4b81f58b09ccf4118daa6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d9521..1096e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.37](https://github.com/adobe/helix-importer/compare/v3.4.36...v3.4.37) (2024-12-28) + + +### Bug Fixes + +* **deps:** update adobe fixes ([#461](https://github.com/adobe/helix-importer/issues/461)) ([376051f](https://github.com/adobe/helix-importer/commit/376051f5ca04c488f1c4b81f58b09ccf4118daa6)) + ## [3.4.36](https://github.com/adobe/helix-importer/compare/v3.4.35...v3.4.36) (2024-12-21) diff --git a/package.json b/package.json index 0111031..ea36fce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-importer", - "version": "3.4.36", + "version": "3.4.37", "description": "Helix Importer tool: create md / docx from html", "main": "src/index.js", "type": "module",