From 02ce35c195a1c4477ec1a927f82dbc971d09896d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Jul 2023 08:18:51 +0000 Subject: [PATCH] chore(release): 2.0.30 [skip ci] ## [2.0.30](https://github.com/adobe/helix-html2md/compare/v2.0.29...v2.0.30) (2023-07-06) ### Bug Fixes * **deps:** update adobe fixes ([#238](https://github.com/adobe/helix-html2md/issues/238)) ([57da930](https://github.com/adobe/helix-html2md/commit/57da93075e23e1c474eecd81eea2a5965da1fe1a)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec29a3..78f29a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.30](https://github.com/adobe/helix-html2md/compare/v2.0.29...v2.0.30) (2023-07-06) + + +### Bug Fixes + +* **deps:** update adobe fixes ([#238](https://github.com/adobe/helix-html2md/issues/238)) ([57da930](https://github.com/adobe/helix-html2md/commit/57da93075e23e1c474eecd81eea2a5965da1fe1a)) + ## [2.0.29](https://github.com/adobe/helix-html2md/compare/v2.0.28...v2.0.29) (2023-06-28) diff --git a/package-lock.json b/package-lock.json index ac8fe2e..8d074df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-html2md", - "version": "2.0.29", + "version": "2.0.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html2md", - "version": "2.0.29", + "version": "2.0.30", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.0.13", diff --git a/package.json b/package.json index 089008d..ca07323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-html2md", - "version": "2.0.29", + "version": "2.0.30", "private": true, "description": "Helix Html2MD", "main": "src/index.js",