From e446a1880d98e54c0e216d09e1b501f1d961c199 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 30 Nov 2023 15:37:43 +0100 Subject: [PATCH] chore(release): 33.11.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad096f1..3abc3e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [33.11.0](https://github.com/material-theme/vsc-material-theme/compare/v33.10.5...v33.11.0) (2023-11-30) + + +### Bug Fixes + +* update sidebar contrast for some variants ([ba6160f](https://github.com/material-theme/vsc-material-theme/commit/ba6160f9ffebed8d66cd483b6e599109a6455144)) + ### [33.10.5](https://github.com/material-theme/vsc-material-theme/compare/v33.10.4...v33.10.5) (2023-08-31) diff --git a/package-lock.json b/package-lock.json index 354f4b5..64e298d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vsc-material-theme", - "version": "33.10.5", + "version": "33.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vsc-material-theme", - "version": "33.10.5", + "version": "33.11.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 7a969a1..252477f 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": "33.10.5", + "version": "33.11.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",