From 90ac120051ab6f4daf0ee06f60da54fc4fe5d1e5 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 11 Aug 2023 18:47:10 +0200 Subject: [PATCH] chore(release): 33.9.0 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 408a885..16957dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.9.0](https://github.com/material-theme/vsc-material-theme/compare/v33.8.1...v33.9.0) (2023-08-11) + ### [33.8.1](https://github.com/material-theme/vsc-material-theme/compare/v33.7.1...v33.8.1) (2023-08-11) diff --git a/package-lock.json b/package-lock.json index 040d0a0..25fa8ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vsc-material-theme", - "version": "33.8.1", + "version": "33.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vsc-material-theme", - "version": "33.8.1", + "version": "33.9.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index f94953e..f52c5b4 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.1", + "version": "33.9.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",