chore: Release 1.0.5
This commit is contained in:
parent
3720bd77c1
commit
64928df1d2
4 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
<a name="1.0.4"></a>
|
<a name="1.0.5"></a>
|
||||||
## [1.0.4](https://github.com/equinusocio/vsc-material-theme/compare/v1.0.3...v1.0.4) (2017-10-11)
|
## [1.0.5](https://github.com/equinusocio/vsc-material-theme/compare/v1.0.4...v1.0.5) (2017-10-12)
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -13,6 +13,7 @@
|
||||||
* Add .asp, .aspx and .ascx file icon ([144276a](https://github.com/equinusocio/vsc-material-theme/commit/144276a)), closes [#96](https://github.com/equinusocio/vsc-material-theme/issues/96)
|
* Add .asp, .aspx and .ascx file icon ([144276a](https://github.com/equinusocio/vsc-material-theme/commit/144276a)), closes [#96](https://github.com/equinusocio/vsc-material-theme/issues/96)
|
||||||
* Add .mjs file icon ([4b6430e](https://github.com/equinusocio/vsc-material-theme/commit/4b6430e)), closes [#93](https://github.com/equinusocio/vsc-material-theme/issues/93)
|
* Add .mjs file icon ([4b6430e](https://github.com/equinusocio/vsc-material-theme/commit/4b6430e)), closes [#93](https://github.com/equinusocio/vsc-material-theme/issues/93)
|
||||||
* Add .yarnrc and .npmrc file icon ([7ea401c](https://github.com/equinusocio/vsc-material-theme/commit/7ea401c))
|
* Add .yarnrc and .npmrc file icon ([7ea401c](https://github.com/equinusocio/vsc-material-theme/commit/7ea401c))
|
||||||
|
* Add colors for sidebar git.untracked and git.modified files ([081558c](https://github.com/equinusocio/vsc-material-theme/commit/081558c))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"Yellow": "#FFA000"
|
"Yellow": "#FFA000"
|
||||||
},
|
},
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"lastversion": "1.0.4"
|
"lastversion": "1.0.5"
|
||||||
},
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
"theme": {
|
"theme": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "vsc-material-theme",
|
"name": "vsc-material-theme",
|
||||||
"displayName": "Material Theme",
|
"displayName": "Material Theme",
|
||||||
"description": "The most epic theme now for Visual Studio Code",
|
"description": "The most epic theme now for Visual Studio Code",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"publisher": "Equinusocio",
|
"publisher": "Equinusocio",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue