From bbf6c67bc37ee51643872f39b46210027e0baf4c Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Sun, 6 Sep 2020 21:52:03 -0400 Subject: [PATCH] v7.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19837bdf..e603fdfb 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.0.0-test.0", + "version": "7.0.0", "engines": { "node": ">= 4" },