Skip to content

Commit

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

## 15.0.1 / 2020-10-03
- Regenerate Prism themes containing nested tokens

## 15.0.0 / 2020-10-03
- Breaking change: Allow styling nested tokens with classes in styles (probably not practically breaking for most, since this is a change that fixes a previously non-working feature)

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": "15.0.0",
"version": "15.0.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 98c39e3

Please sign in to comment.