diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2d71b..71da9ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ + +## [0.0.9](https://github.com/equinusocio/vsc-material-theme/compare/v0.0.8...v0.0.9) (2017-04-30) + + +### Bug Fixes + +* Fix folder icon color ([13058b6](https://github.com/equinusocio/vsc-material-theme/commit/13058b6)) +* Update workbench theme ([10cfbb8](https://github.com/equinusocio/vsc-material-theme/commit/10cfbb8)) + + +### Features + +* Add graphql file icon ([ec8525f](https://github.com/equinusocio/vsc-material-theme/commit/ec8525f)) +* Improve workbench theme ([5d642fe](https://github.com/equinusocio/vsc-material-theme/commit/5d642fe)) +* Update workbench theme ([64a13e0](https://github.com/equinusocio/vsc-material-theme/commit/64a13e0)) + + + -## 0.0.8 (2017-04-11) +## [0.0.8](https://github.com/equinusocio/vsc-material-theme/compare/v0.0.7...v0.0.8) (2017-04-11) ### Bug Fixes diff --git a/package.json b/package.json index 1c315cf..d0bc43d 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.8", + "version": "0.0.9", "publisher": "Equinusocio", "license": "Apache-2.0", "icon": "logo.png",