From 1d19f73f22224cea2c0cc6191e7e6be07f82cf08 Mon Sep 17 00:00:00 2001 From: Sanders Lauture Date: Sat, 7 Oct 2017 19:50:10 -0700 Subject: [PATCH] 1.3.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc9ac8..6836260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.3.0] - 2017-10-07 +## Added +- Added themes + - XCode Dusk Dark + - XCode Dusk Light + +## Fixed +- Modified the script that finishes the JSON theme files to now check if the background color is light or dark instead of just relying on the filename. If a theme didn't have light or dark in the filename then it could be themed incorrectly. The following themes were fixed by this change. + - Github + ## [1.2.0] - 2017-09-23 ## Added - Added themes diff --git a/package.json b/package.json index 9fc0f65..4ad1d74 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "base16-generator", "displayName": "Base16 Theme Generator", "description": "All Base16 themes available on the fly", - "version": "1.2.0", + "version": "1.3.0", "publisher": "golf1052", "keywords": [ "base16"