From 10c298a54284ce037542d7433752fbb2bac7b56e Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sun, 26 Feb 2017 18:06:39 +0100 Subject: [PATCH] chore: release 0.0.6 --- CHANGELOG.md | 13 +++++++++++-- package.json | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6966c1..66ad40b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,25 @@ - -## 0.0.5 (2017-02-11) + +## 0.0.6 (2017-02-26) ### 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 lighter scheme colors ([100c02c](https://github.com/equinusocio/vsc-material-theme/commit/100c02c)) * 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 some file and folder icons ([5526e62](https://github.com/equinusocio/vsc-material-theme/commit/5526e62)) +* 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)) * Update some file icons ([88b4739](https://github.com/equinusocio/vsc-material-theme/commit/88b4739)) ### 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)) +* **Icons:** Add new filetype icons ([50debfe](https://github.com/equinusocio/vsc-material-theme/commit/50debfe)) * **Icons:** Add new icons ([d02f2fe](https://github.com/equinusocio/vsc-material-theme/commit/d02f2fe)) diff --git a/package.json b/package.json index e73056e..7ad84aa 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.5", + "version": "0.0.6", "publisher": "Equinusocio", "license": "Apache-2.0", "icon": "logo.png",