From 05300e67cfadeb25fbd6125a2df0c820db3d0673 Mon Sep 17 00:00:00 2001 From: David Simmer Date: Mon, 14 Mar 2022 08:43:22 -0700 Subject: [PATCH] 15.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69500c44..29f5cbd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-syntax-highlighter", - "version": "15.4.5", + "version": "15.5.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",