diff --git a/CHANGELOG.md b/CHANGELOG.md index d466a1d..a0f08b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.32](https://github.com/adobe/helix-html2md/compare/v2.0.31...v2.0.32) (2023-07-11) + + +### Bug Fixes + +* **deps:** update external major (major) ([#241](https://github.com/adobe/helix-html2md/issues/241)) ([ed877f7](https://github.com/adobe/helix-html2md/commit/ed877f768cbd36af93262985c89bf93c562d012d)) + ## [2.0.31](https://github.com/adobe/helix-html2md/compare/v2.0.30...v2.0.31) (2023-07-08) diff --git a/package-lock.json b/package-lock.json index 231d9a1..8dbf53f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-html2md", - "version": "2.0.31", + "version": "2.0.32", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html2md", - "version": "2.0.31", + "version": "2.0.32", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.0.13", diff --git a/package.json b/package.json index d67a8c2..9daa9c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-html2md", - "version": "2.0.31", + "version": "2.0.32", "private": true, "description": "Helix Html2MD", "main": "src/index.js",