From 1aeece7546aeafb85a90f12644fd30b9b4f9cf45 Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Wed, 10 Mar 2021 12:33:25 -0500 Subject: [PATCH] v7.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63211aba..c0f3ce71 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://probablyup.github.io/markdown-to-jsx", "license": "MIT", - "version": "7.1.1", + "version": "7.1.2", "engines": { "node": ">= 4" },