diff --git a/CHANGELOG.md b/CHANGELOG.md index d978c71..3f2d557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.19.2 (2021-09-23) + +### New features + +Use more specific highlighting tags for JSX attribute names and values. + ## 0.19.1 (2021-08-11) ### Bug fixes diff --git a/package.json b/package.json index ee1b60d..6641367 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/lang-javascript", - "version": "0.19.1", + "version": "0.19.2", "description": "JavaScript language support for the CodeMirror code editor", "scripts": { "test": "cm-runtests",