From 34531ebcf763494c72effec83aa4be6c0412c0db Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Mon, 1 Jan 2024 00:19:23 -0500 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 561e5460..8449b709 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable.", "homepage": "https://markdown-to-jsx.quantizor.dev", "license": "MIT", - "version": "7.3.2", + "version": "7.4.0", "engines": { "node": ">= 10" },