Skip to content

Commit

Permalink
14.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simmerer committed Oct 4, 2020
1 parent 01f0614 commit 2bb9819
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 14.0.2 / 2020-10-03
- updated test snapshots after 14.0.1 fix
- added tests for line number rendering behavior

## 14.0.1 / 2020-10-03
- Bugfix: Show line numbers only when `showLineNumbers == true`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-syntax-highlighter",
"version": "14.0.1",
"version": "14.0.2",
"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 2bb9819

Please sign in to comment.