From 9b9671e8e8c5017e8bb64bcdb20fc1f77f87f6fb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Oct 2024 10:22:26 +0000 Subject: [PATCH] =?UTF-8?q?build(release):=20=F0=9F=9A=80=20v7.6.7=20?= =?UTF-8?q?=F0=9F=A6=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Version 7.6.7 ### ✨ New & Improved * **Image:** match new alignment selectors ([#992](https://github.com/readmeio/markdown/issues/992)) ([73bca2b](https://github.com/readmeio/markdown/commit/73bca2b5c834c68de5138707c0151632790416ab)) ### 🛠 Fixes & Updates * better tag handling ([#991](https://github.com/readmeio/markdown/issues/991)) ([e6aa82d](https://github.com/readmeio/markdown/commit/e6aa82d256d0662571da0103633b94920d15e5fc)) * respect the top-level `copyButtons` option ([#990](https://github.com/readmeio/markdown/issues/990)) ([1242413](https://github.com/readmeio/markdown/commit/12424139bd02ee13b213e49f165961239798a519)), closes [#964](https://github.com/readmeio/markdown/issues/964) [/github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts#L28](https://github.com/readmeio//github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts/issues/L28) [/github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts#L28](https://github.com/readmeio//github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts/issues/L28) [/github.com/readmeio/markdown/blob/b9502adb306f099cd91e005df17c0be252019814/options.js#L1-L22](https://github.com/readmeio//github.com/readmeio/markdown/blob/b9502adb306f099cd91e005df17c0be252019814/options.js/issues/L1-L22) ### 📘 Tests & Docs * readme updates ([#993](https://github.com/readmeio/markdown/issues/993)) ([3a4e30d](https://github.com/readmeio/markdown/commit/3a4e30d3349ff130e8b212293e6ffb44b3586278)) --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfe72e6c..c0baf9892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ Changelog === +## Version 7.6.7 + +### ✨ New & Improved + +* **Image:** match new alignment selectors ([#992](https://github.com/readmeio/markdown/issues/992)) ([73bca2b](https://github.com/readmeio/markdown/commit/73bca2b5c834c68de5138707c0151632790416ab)) + + +### 🛠 Fixes & Updates + +* better tag handling ([#991](https://github.com/readmeio/markdown/issues/991)) ([e6aa82d](https://github.com/readmeio/markdown/commit/e6aa82d256d0662571da0103633b94920d15e5fc)) +* respect the top-level `copyButtons` option ([#990](https://github.com/readmeio/markdown/issues/990)) ([1242413](https://github.com/readmeio/markdown/commit/12424139bd02ee13b213e49f165961239798a519)), closes [#964](https://github.com/readmeio/markdown/issues/964) [/github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts#L28](https://github.com/readmeio//github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts/issues/L28) [/github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts#L28](https://github.com/readmeio//github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts/issues/L28) [/github.com/readmeio/markdown/blob/b9502adb306f099cd91e005df17c0be252019814/options.js#L1-L22](https://github.com/readmeio//github.com/readmeio/markdown/blob/b9502adb306f099cd91e005df17c0be252019814/options.js/issues/L1-L22) + + +### 📘 Tests & Docs + +* readme updates ([#993](https://github.com/readmeio/markdown/issues/993)) ([3a4e30d](https://github.com/readmeio/markdown/commit/3a4e30d3349ff130e8b212293e6ffb44b3586278)) + ## Version 7.6.6 ### 🛠 Fixes & Updates diff --git a/package-lock.json b/package-lock.json index 434187f63..241503104 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@readme/markdown", - "version": "7.6.6", + "version": "7.6.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@readme/markdown", - "version": "7.6.6", + "version": "7.6.7", "license": "MIT", "dependencies": { "@mdx-js/mdx": "^3.0.0", diff --git a/package.json b/package.json index 63eb747ef..3d49805b5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@readme/markdown", "description": "ReadMe's React-based Markdown parser", "author": "Rafe Goldberg ", - "version": "7.6.6", + "version": "7.6.7", "main": "dist/main.node.js", "types": "dist/index.d.ts", "browser": "dist/main.js",