From c7f815f69fa19aa1fd371b36c1c6890ea8c6b09f Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 23 Apr 2018 23:47:19 +0200 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8eb88..3e96651 100644 --- a/CHANGELOG.md +++ b/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. + +## [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)) + + + # [2.0.0](https://github.com/equinusocio/vsc-material-theme/compare/v1.7.0...v2.0.0) (2018-04-22) diff --git a/package-lock.json b/package-lock.json index 8de29d3..162b7ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vsc-material-theme", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c9b773..deb506a 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": "2.0.0", + "version": "2.0.1", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",