From cd7e1767e07892e317f015393a762048b7fb3c23 Mon Sep 17 00:00:00 2001 From: Evan Scott Date: Wed, 19 Apr 2017 20:10:43 -0400 Subject: [PATCH] 5.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b045c7b0..5d7da9e8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Interprets markdown text and outputs a JSX equivalent.", "homepage": "http://probablyup.github.io/markdown-to-jsx", "license": "MIT", - "version": "5.1.0", + "version": "5.2.0", "engines": { "node": ">= 4" },