From fcb1970d541afa9caf272295353d05c12a1c4141 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Dec 2024 00:16:24 +0000 Subject: [PATCH] chore(release): 2.11.10 [skip ci] ## [2.11.10](https://github.com/adobe/[secure]-html2md/compare/v2.11.9...v2.11.10) (2024-12-22) ### Bug Fixes * **deps:** update adobe fixes ([#615](https://github.com/adobe/[secure]-html2md/issues/615)) ([aeba6b9](https://github.com/adobe/[secure]-html2md/commit/aeba6b9855ca64c29b841b619409cf7927f672d1)) --- 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 aae6698..7d99f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.11.10](https://github.com/adobe/[secure]-html2md/compare/v2.11.9...v2.11.10) (2024-12-22) + + +### Bug Fixes + +* **deps:** update adobe fixes ([#615](https://github.com/adobe/[secure]-html2md/issues/615)) ([aeba6b9](https://github.com/adobe/[secure]-html2md/commit/aeba6b9855ca64c29b841b619409cf7927f672d1)) + ## [2.11.9](https://github.com/adobe/[secure]-html2md/compare/v2.11.8...v2.11.9) (2024-12-19) diff --git a/package-lock.json b/package-lock.json index a076823..e9f435e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-html2md", - "version": "2.11.9", + "version": "2.11.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html2md", - "version": "2.11.9", + "version": "2.11.10", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.11", diff --git a/package.json b/package.json index 150b656..e4f665a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-html2md", - "version": "2.11.9", + "version": "2.11.10", "private": true, "description": "Helix Html2MD", "main": "src/index.js",