diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 199d6b0e..33e2fd9a 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,9 @@ # Changelog +## 15.4.1 / 2020-12-07 +- Bugfix: increased minwidth to avoid unequal line number widths +- Bugfix: prevent last line of file from rendering an unwanted line number + ## 15.4.0 / 2020-12-07 - Security fix: updated highlight.js to 10.4.1 diff --git a/package.json b/package.json index 902ac02d..3c720f8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-syntax-highlighter", - "version": "15.4.0", + "version": "15.4.1", "description": "syntax highlighting component for react with prismjs or highlightjs ast using inline styles", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",