diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d71eb..d04e819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2.22.0 + +### Minor + +- enable semantic highlighting. +- update screenshot. + +**NOTE:** This is probably going to be somewhat buggy in certain situations. We can address those bugs as they come up. Feel free to open issues for these. + +Keep in mind, the source of truth for "correctness" should come from https://spec.draculatheme.com + ## 2.21.0 ### Minor diff --git a/package.json b/package.json index 4eab06a..91051d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theme-dracula", - "version": "2.21.0", + "version": "2.22.0", "displayName": "Dracula Official", "homepage": "https://draculatheme.com/", "description": "Official Dracula Theme. A dark theme for many editors, shells, and more.",