From f8735a5cbef514abd042bd33666deeb9a71ee671 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 14:57:39 +0100 Subject: [PATCH] release: 0.0.5 --- CHANGELOG.md | 14 +++++--------- package.json | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8a996..b6966c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,17 @@ - -## 0.0.4 (2017-02-09) + +## 0.0.5 (2017-02-11) ### 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)) +* Fix some file and folder icons ([5526e62](https://github.com/equinusocio/vsc-material-theme/commit/5526e62)) +* 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 icons ([d02f2fe](https://github.com/equinusocio/vsc-material-theme/commit/d02f2fe)) diff --git a/package.json b/package.json index f32292d..1affae1 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.4", + "version": "0.0.5", "publisher": "Equinusocio", "license": "Apache-2.0", "icon": "logo.png",