chore(release): 2.0.1
This commit is contained in:
parent
f10cf31cb0
commit
c7f815f69f
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,6 +2,18 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
<a name="2.0.1"></a>
|
||||||
|
## [2.0.1](https://github.com/equinusocio/vsc-material-theme/compare/v2.0.0...v2.0.1) (2018-04-23)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **folder-accent:** removed useless method and fix accent custom conf ([#169](https://github.com/equinusocio/vsc-material-theme/issues/169)) ([6992a38](https://github.com/equinusocio/vsc-material-theme/commit/6992a38))
|
||||||
|
* Fix whitespace characters visibility ([43357ce](https://github.com/equinusocio/vsc-material-theme/commit/43357ce)), closes [#167](https://github.com/equinusocio/vsc-material-theme/issues/167)
|
||||||
|
* Improve Ocean colors contrast ([f10cf31](https://github.com/equinusocio/vsc-material-theme/commit/f10cf31))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="2.0.0"></a>
|
<a name="2.0.0"></a>
|
||||||
# [2.0.0](https://github.com/equinusocio/vsc-material-theme/compare/v1.7.0...v2.0.0) (2018-04-22)
|
# [2.0.0](https://github.com/equinusocio/vsc-material-theme/compare/v1.7.0...v2.0.0) (2018-04-22)
|
||||||
|
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vsc-material-theme",
|
"name": "vsc-material-theme",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -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": "2.0.0",
|
"version": "2.0.1",
|
||||||
"publisher": "Equinusocio",
|
"publisher": "Equinusocio",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"author": "Mattia Astorino [@equinusocio]",
|
"author": "Mattia Astorino [@equinusocio]",
|
||||||
|
|
Loading…
Reference in a new issue