From b358dfc458b1be223c9baa8320f25dae20ab69e3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Jan 2025 00:19:34 +0000 Subject: [PATCH] =?UTF-8?q?build(release):=20=F0=9F=9A=80=20v7.12.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 7.12.0 ### ✨ New & Improved * add exports ([#1044](https://github.com/readmeio/markdown/issues/1044)) ([bf9ed34](https://github.com/readmeio/markdown/commit/bf9ed343bef93639e62d34cd970dae9f67a055fc)) * global vars ([#1039](https://github.com/readmeio/markdown/issues/1039)) ([ecb7f61](https://github.com/readmeio/markdown/commit/ecb7f61dd4c04eeec9b9380329f721036cc2a436)) ### 🛠 Fixes & Updates * add exports util with tests ([#1045](https://github.com/readmeio/markdown/issues/1045)) ([e5180a4](https://github.com/readmeio/markdown/commit/e5180a4cd77ad4b8f92303447b23680c084dcd89)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc7f15b3b..8bdc7ba22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Changelog === +## Version 7.12.0 +### ✨ New & Improved + +* add exports ([#1044](https://github.com/readmeio/markdown/issues/1044)) ([bf9ed34](https://github.com/readmeio/markdown/commit/bf9ed343bef93639e62d34cd970dae9f67a055fc)) +* global vars ([#1039](https://github.com/readmeio/markdown/issues/1039)) ([ecb7f61](https://github.com/readmeio/markdown/commit/ecb7f61dd4c04eeec9b9380329f721036cc2a436)) + +### 🛠 Fixes & Updates + +* add exports util with tests ([#1045](https://github.com/readmeio/markdown/issues/1045)) ([e5180a4](https://github.com/readmeio/markdown/commit/e5180a4cd77ad4b8f92303447b23680c084dcd89)) + ## Version 7.11.0 ### ✨ New & Improved diff --git a/package-lock.json b/package-lock.json index 6eca2a7fc..b29feb3d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@readme/markdown", - "version": "7.11.0", + "version": "7.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@readme/markdown", - "version": "7.11.0", + "version": "7.12.0", "license": "MIT", "dependencies": { "@mdx-js/mdx": "^3.0.0", diff --git a/package.json b/package.json index e7f4dda62..8d9995fa0 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.11.0", + "version": "7.12.0", "main": "dist/main.node.js", "types": "dist/index.d.ts", "browser": "dist/main.js",