From bb709dcaa52914ff0a8b677a9542e198b86f1923 Mon Sep 17 00:00:00 2001 From: Derek Sifford Date: Tue, 28 Apr 2020 15:29:25 -0400 Subject: [PATCH] v2.22.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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.",