From 2b30bd4c95deaaebc782655e3409351575ea5317 Mon Sep 17 00:00:00 2001 From: David Simmer Date: Thu, 23 Jul 2020 21:30:44 -0700 Subject: [PATCH] 13.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 553a57809..248b057b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-syntax-highlighter", - "version": "13.0.0", + "version": "13.1.0", "description": "syntax highlighting component for react with prismjs or highlightjs ast using inline styles", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",