From 5a5ca2c6c3eccc650548ff98eb7935d3a10b3b6d Mon Sep 17 00:00:00 2001 From: Gary Lo Date: Sat, 25 Apr 2020 17:00:33 +0800 Subject: [PATCH] bump gapstylevs version to 1.6.1 --- vscode/CHANGELOG.md | 6 ++++++ vscode/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index a7de113..31a18a2 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the "gapstylevs" extension will be documented in this file. +## [1.6.1] - 2020-04-25 + +- Enhance ts/js rapid typing default color +- Fix js inconsistent variable property color +- Improve SASS/SCSS coloring + ## [1.6.0] - 2020-04-22 - Add core `semanticTokenColors` implementation diff --git a/vscode/package.json b/vscode/package.json index d7dd6e8..b30d30f 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.6.0", + "version": "1.6.1", "publisher": "gaplo917", "repository": { "type": "git",