From 5608c72130b61bf46a2205e5fa0a99b52922b73d Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Wed, 29 Aug 2018 22:51:38 +0200 Subject: [PATCH] chore(release): 2.4.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6bc16..4b5d8fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.4.1](https://github.com/equinusocio/vsc-material-theme/compare/v2.4.0...v2.4.1) (2018-08-29) + + +### Bug Fixes + +* Fix settings colors ([e325007](https://github.com/equinusocio/vsc-material-theme/commit/e325007)) + + + # [2.4.0](https://github.com/equinusocio/vsc-material-theme/compare/v2.2.0...v2.4.0) (2018-08-29) diff --git a/package.json b/package.json index debaa61..f041fc2 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.4.0", + "version": "2.4.1", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",