diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8db7bc..9433feac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.3.2](https://github.com/adobe/helix-importer/compare/v3.3.1...v3.3.2) (2024-04-02) + + +### Bug Fixes + +* **deps:** update adobe fixes ([#330](https://github.com/adobe/helix-importer/issues/330)) ([b9a101e](https://github.com/adobe/helix-importer/commit/b9a101ece12335b9e335f0a010c8cd0c7eac990d)) + ## [3.3.1](https://github.com/adobe/helix-importer/compare/v3.3.0...v3.3.1) (2024-03-20) diff --git a/package.json b/package.json index 40f1ebd7..6956326d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-importer", - "version": "3.3.1", + "version": "3.3.2", "description": "Helix Importer tool: create md / docx from html", "main": "src/index.js", "type": "module",