diff --git a/CHANGELOG.md b/CHANGELOG.md index 124bb56..c5b9a54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.1](https://github.com/adobe/helix-importer/compare/v3.4.0...v3.4.1) (2024-06-02) + + +### Bug Fixes + +* **deps:** update adobe fixes ([#357](https://github.com/adobe/helix-importer/issues/357)) ([0b648d0](https://github.com/adobe/helix-importer/commit/0b648d04d1815f8da84ffe5a7752b5e84d2febe4)) + # [3.4.0](https://github.com/adobe/helix-importer/compare/v3.3.8...v3.4.0) (2024-05-22) diff --git a/package.json b/package.json index 0d47ed2..3a51682 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-importer", - "version": "3.4.0", + "version": "3.4.1", "description": "Helix Importer tool: create md / docx from html", "main": "src/index.js", "type": "module",