diff --git a/CHANGELOG.md b/CHANGELOG.md index ff421faa..ff8db7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.3.1](https://github.com/adobe/helix-importer/compare/v3.3.0...v3.3.1) (2024-03-20) + + +### Bug Fixes + +* **deps:** update dependency @adobe/mdast-util-gridtables to v4.0.2 ([#325](https://github.com/adobe/helix-importer/issues/325)) ([1126aa2](https://github.com/adobe/helix-importer/commit/1126aa2e6d47dd356839d834118d7c167a54e985)) + # [3.3.0](https://github.com/adobe/helix-importer/compare/v3.2.4...v3.3.0) (2024-03-15) diff --git a/package.json b/package.json index 0feaea7e..267964f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-importer", - "version": "3.3.0", + "version": "3.3.1", "description": "Helix Importer tool: create md / docx from html", "main": "src/index.js", "type": "module",