From 5dcaafaf71c7006f45c2aa2c50012be4a8c5757b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Feb 2025 21:27:06 +0000 Subject: [PATCH] =?UTF-8?q?build(release):=20=F0=9F=9A=80=20v8.3.0=20?= =?UTF-8?q?=F0=9F=A6=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Version 8.3.0 ### ✨ New & Improved * eslint ([#1053](https://github.com/readmeio/markdown/issues/1053)) ([e93a1f6](https://github.com/readmeio/markdown/commit/e93a1f6a27cfdbd0d290711bebe55a0adf1207c1)) ### 🛠 Fixes & Updates * pass through props ([#1057](https://github.com/readmeio/markdown/issues/1057)) ([613ae3c](https://github.com/readmeio/markdown/commit/613ae3c832c5c227c70f6a50c64b95978d29cc60)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b60676bb9..854a0655a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog === +## Version 8.3.0 +### ✨ New & Improved + +* eslint ([#1053](https://github.com/readmeio/markdown/issues/1053)) ([e93a1f6](https://github.com/readmeio/markdown/commit/e93a1f6a27cfdbd0d290711bebe55a0adf1207c1)) + +### 🛠 Fixes & Updates + +* pass through props ([#1057](https://github.com/readmeio/markdown/issues/1057)) ([613ae3c](https://github.com/readmeio/markdown/commit/613ae3c832c5c227c70f6a50c64b95978d29cc60)) + ## Version 8.2.0 ### ✨ New & Improved diff --git a/package-lock.json b/package-lock.json index 4919843aa..cc6320af7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@readme/markdown", - "version": "8.2.0", + "version": "8.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@readme/markdown", - "version": "8.2.0", + "version": "8.3.0", "license": "MIT", "dependencies": { "@mdx-js/mdx": "^3.0.0", diff --git a/package.json b/package.json index bcf958588..6b8f1f917 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": "8.2.0", + "version": "8.3.0", "main": "dist/main.node.js", "types": "dist/index.d.ts", "browser": "dist/main.js",