From 6e018a9ac975904e9e7a33498ffcd6792b8bdf30 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Dec 2024 13:39:20 +0000 Subject: [PATCH] chore(release): 2.11.9 [skip ci] ## [2.11.9](https://github.com/adobe/[secure]-html2md/compare/v2.11.8...v2.11.9) (2024-12-19) ### Bug Fixes * respect row- and colspan in inline table ([#613](https://github.com/adobe/[secure]-html2md/issues/613)) ([8360ffa](https://github.com/adobe/[secure]-html2md/commit/8360ffa73702c48a38c6bcff62bb65ff6d38f000)), closes [#610](https://github.com/adobe/[secure]-html2md/issues/610) --- 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 eb4916c..aae6698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.11.9](https://github.com/adobe/[secure]-html2md/compare/v2.11.8...v2.11.9) (2024-12-19) + + +### Bug Fixes + +* respect row- and colspan in inline table ([#613](https://github.com/adobe/[secure]-html2md/issues/613)) ([8360ffa](https://github.com/adobe/[secure]-html2md/commit/8360ffa73702c48a38c6bcff62bb65ff6d38f000)), closes [#610](https://github.com/adobe/[secure]-html2md/issues/610) + ## [2.11.8](https://github.com/adobe/[secure]-html2md/compare/v2.11.7...v2.11.8) (2024-12-15) diff --git a/package-lock.json b/package-lock.json index f1495e6..2aae890 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-html2md", - "version": "2.11.8", + "version": "2.11.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html2md", - "version": "2.11.8", + "version": "2.11.9", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.11", diff --git a/package.json b/package.json index 4856e45..fb2176f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-html2md", - "version": "2.11.8", + "version": "2.11.9", "private": true, "description": "Helix Html2MD", "main": "src/index.js",