From 35826b7e01c017044969c64ce7e3d5508656b0b4 Mon Sep 17 00:00:00 2001 From: David Simmer Date: Mon, 7 Dec 2020 20:21:44 -0800 Subject: [PATCH] 15.4.0 --- CHANGELOG.MD | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index fa2587e34..199d6b0ef 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,8 @@ # Changelog +## 15.4.0 / 2020-12-07 +- Security fix: updated highlight.js to 10.4.1 + ## 15.3.1 / 2020-11-24 - Bugfix: styling correctly applied to interpolation punctuation diff --git a/package.json b/package.json index 85dea85dd..902ac02dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-syntax-highlighter", - "version": "15.3.1", + "version": "15.4.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",