From 4425cdc41390d9651f4a8d2266cea5036175a1df Mon Sep 17 00:00:00 2001 From: jolaleye Date: Fri, 25 Jan 2019 09:01:04 -0600 Subject: [PATCH] Release 1.6.6 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd5221..8995fc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to Horizon will be documented in this file. +## 1.6.6 (January 25, 2019) + +- Fix missing picker header color ([@ajitid](https://github.com/ajitid) in [#11](https://github.com/jolaleye/horizon-theme-vscode/pull/11)) +- Fix missing progress bar color ([@ajitid](https://github.com/ajitid) in [#11](https://github.com/jolaleye/horizon-theme-vscode/pull/11)) +- Add README homepage link ([c77a1f6](https://github.com/jolaleye/horizon-theme-vscode/commit/c77a1f6)) + ## 1.6.5 (January 19, 2019) - Update README badges ([377c6b6](https://github.com/jolaleye/horizon-theme-vscode/commit/377c6b6)) diff --git a/package.json b/package.json index d8e07a8..37aa791 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "horizon-theme-vscode", - "version": "1.6.5", + "version": "1.6.6", "author": "Jonathan Olaleye ", "displayName": "Horizon Theme", "description": "A beautifully warm dark theme for Visual Studio Code",