diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 4497d10..52016a3 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "gapstylevs" extension will be documented in this file. +## [1.4.4] - 2020-04-06 + +- Fix Python colouring + ## [1.4.3] - 2020-04-05 - Enhance PHP & CSS colouring diff --git a/vscode/package.json b/vscode/package.json index b4da443..784b2ad 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "gapstylevs", "displayName": "GapStyle VS", "description": "A productivity-oriented dark theme for VSCode, IntelliJ, XCode. Each supported language is tailor made and carefully tuned with rationale", - "version": "1.4.3", + "version": "1.4.4", "publisher": "gaplo917", "repository": { "type": "git",