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",