From fef92eddd1e052417ce39561b1cd3ac5f330f5e9 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 11 Aug 2023 18:46:06 +0200 Subject: [PATCH] chore(release): 33.8.1 --- 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 1b84035..408a885 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.8.1](https://github.com/material-theme/vsc-material-theme/compare/v33.7.1...v33.8.1) (2023-08-11) + + +### Bug Fixes + +* prominent button foreground ([5ab1990](https://github.com/material-theme/vsc-material-theme/commit/5ab19901a498f1954af0e7f7dd7d4075c03b5b74)), closes [#1266](https://github.com/material-theme/vsc-material-theme/issues/1266) + ## [33.8.0](https://github.com/material-theme/vsc-material-theme/compare/v33.7.0...v33.8.0) (2023-03-24) diff --git a/package-lock.json b/package-lock.json index e75b8ee..040d0a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vsc-material-theme", - "version": "33.8.0", + "version": "33.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vsc-material-theme", - "version": "33.8.0", + "version": "33.8.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 83873d7..f94953e 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.8.0", + "version": "33.8.1", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",