From 6987ea8af79385b853a66bc5921417083c4fc4c7 Mon Sep 17 00:00:00 2001 From: Adam Girton Date: Tue, 26 Jun 2018 21:45:48 -0700 Subject: [PATCH] Release 0.1.8 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 036efe1..771fdb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 0.1.8 +### Fixed +* Match JSON colors to original theme ([#5](https://github.com/agirton/gloom/pull/5)) (@jorgegonzalez) + ## 0.1.6 ### Fixed * Darken editor ruler, ([#1](https://github.com/agirton/gloom/pull/1)) (@tonyghita) diff --git a/package.json b/package.json index 2709327..9788408 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gloom", "displayName": "Gloom", "description": "A port of Atom's Gloom syntax theme for VS Code", - "version": "0.1.6", + "version": "0.1.8", "publisher": "adamgirton", "bugs": { "url": "https://github.com/agirton/gloom/issues"