From 0a9e25d58ee716efacc70d43458a4b3594494462 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 9 Feb 2017 22:22:08 +0100 Subject: [PATCH] chore: release 0.0.4 --- CHANGELOG.md | 14 ++++++++++++-- package.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ed9c2..8c8a996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ - -## 0.0.3 (2017-02-07) + +## 0.0.4 (2017-02-09) + + +### Bug Fixes + +* Add bower icon ([b326f26](https://github.com/equinusocio/vsc-material-theme/commit/b326f26)) +* Fix background color for highlighted searched string ([fc94c09](https://github.com/equinusocio/vsc-material-theme/commit/fc94c09)), closes [#4](https://github.com/equinusocio/vsc-material-theme/issues/4) +* Fix opened folder icon ([b21c04f](https://github.com/equinusocio/vsc-material-theme/commit/b21c04f)), closes [#1](https://github.com/equinusocio/vsc-material-theme/issues/1) +* Fix var hover background ([a471a2a](https://github.com/equinusocio/vsc-material-theme/commit/a471a2a)) +* Update json icon ([2793178](https://github.com/equinusocio/vsc-material-theme/commit/2793178)) ### Features +* Add lighter theme (wip) ([8827f12](https://github.com/equinusocio/vsc-material-theme/commit/8827f12)) * Add Material Theme icon-theme ([8defc56](https://github.com/equinusocio/vsc-material-theme/commit/8defc56)) * first beta release ([262097f](https://github.com/equinusocio/vsc-material-theme/commit/262097f)) diff --git a/package.json b/package.json index cc05669..9d102c7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vsc-material-theme", "displayName": "Material Theme", "description": "The most epic theme now for Visual Studio Code", - "version": "0.0.3", + "version": "0.0.4", "publisher": "Equinusocio", "license": "Apache-2.0", "icon": "logo.png",