From bd1e39daf27b9eaaa6b6550aa12989e3518ec7f8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 May 2024 14:29:09 +0000 Subject: [PATCH] chore(release): 3.4.0 [skip ci] # [3.4.0](https://github.com/adobe/helix-importer/compare/v3.3.8...v3.4.0) (2024-05-22) ### Features * simplify block creation [#350](https://github.com/adobe/helix-importer/issues/350) ([#351](https://github.com/adobe/helix-importer/issues/351)) ([b766954](https://github.com/adobe/helix-importer/commit/b766954210d30bd9385ea7a785dee006efcd625a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 073776c..124bb56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.4.0](https://github.com/adobe/helix-importer/compare/v3.3.8...v3.4.0) (2024-05-22) + + +### Features + +* simplify block creation [#350](https://github.com/adobe/helix-importer/issues/350) ([#351](https://github.com/adobe/helix-importer/issues/351)) ([b766954](https://github.com/adobe/helix-importer/commit/b766954210d30bd9385ea7a785dee006efcd625a)) + ## [3.3.8](https://github.com/adobe/helix-importer/compare/v3.3.7...v3.3.8) (2024-04-27) diff --git a/package.json b/package.json index 30088b2..62ba840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-importer", - "version": "3.3.8", + "version": "3.4.0", "description": "Helix Importer tool: create md / docx from html", "main": "src/index.js", "type": "module",