Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Mark version 0.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Mar 27, 2022
1 parent 1c3180e commit 001764b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.19.8 (2022-03-27)

### New features

Highlight styles can now set a `themeType` option to make them only apply to dark or light themed editors.

## 0.19.7 (2022-01-03)

### Bug fixes
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": "@codemirror/highlight",
"version": "0.19.7",
"version": "0.19.8",
"description": "Syntax highlighting for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
Expand Down

0 comments on commit 001764b

Please sign in to comment.