Skip to content

Commit

Permalink
15.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simmerer committed Dec 8, 2020
1 parent 3686429 commit b95b376
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit b95b376

Please sign in to comment.