From c4470c26d4ce3a86e1f735b677374a2f6808232f Mon Sep 17 00:00:00 2001 From: jolaleye Date: Fri, 8 Mar 2019 11:45:07 -0600 Subject: [PATCH] Release 1.8.0 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4485a2b..b823cfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,17 @@ All notable changes to Horizon will be documented in this file. +## 1.8.0 (March 8, 2019) + +- Update bold theme (now more closely matches italic theme) ([e741c04](https://github.com/jolaleye/horizon-theme-vscode/commit/e741c04)) +- Italicize special operators (Italic theme) ([52a6223](https://github.com/jolaleye/horizon-theme-vscode/commit/52a6223)) +- Fix punctuation within template strings ([c06c377](https://github.com/jolaleye/horizon-theme-vscode/commit/c06c377)) +- Minor README changes ([ca62111](https://github.com/jolaleye/horizon-theme-vscode/commit/ca62111)) +- Update syntax highlighting demos ([35166b4](https://github.com/jolaleye/horizon-theme-vscode/commit/35166b4), [5e7e1fe](https://github.com/jolaleye/horizon-theme-vscode/commit/5e7e1fe), [26286c2](https://github.com/jolaleye/horizon-theme-vscode/commit/26286c2), [eac27f0](https://github.com/jolaleye/horizon-theme-vscode/commit/eac27f0)) + ## 1.7.1 (February 20, 2019) -- Fix draggable debug toolbar color ([fa90573](https://github.com/jolaleye/horizon-theme-vscode/commit/fa90573), thanks to [@KasiMaru](https://github.com/KasiMaru)) +- Fix draggable debug toolbar color ([fa90573](https://github.com/jolaleye/horizon-theme-vscode/commit/fa90573)) - Update theming reference README links ([fd940fc](https://github.com/jolaleye/horizon-theme-vscode/commit/fd940fc)) - Update installation instructions ([5905b07](https://github.com/jolaleye/horizon-theme-vscode/commit/5905b07)) diff --git a/package.json b/package.json index 3a3e1de..5c82a39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "horizon-theme-vscode", - "version": "1.7.1", + "version": "1.8.0", "author": "Jonathan Olaleye ", "displayName": "Horizon Theme", "description": "A beautifully warm dark theme for Visual Studio Code",