From cbfb8463b439f01838324ca45a3b0ca884d64eb1 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 17 Mar 2023 13:36:42 +0100 Subject: [PATCH] release: 3.7.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc143fd..1d4d018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,12 @@ 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.7.0](https://github.com/material-theme/vsc-material-theme/compare/v33.6.0...v33.7.0) (2023-03-17) + + +### Bug Fixes + +* minor fixes ([fed7318](https://github.com/material-theme/vsc-material-theme/commit/fed7318ed684ff0f0ac750b97da009f11daf16e1)) +* update readme ([a18c6ed](https://github.com/material-theme/vsc-material-theme/commit/a18c6edbc2f7cbddd0b18def776423711e3c7814)) + ## [33.7.0](https://github.com/material-theme/vsc-material-theme/compare/v33.6.0...v33.7.0) (2022-12-01) diff --git a/package-lock.json b/package-lock.json index 830bf13..cdfc415 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vsc-material-theme", - "version": "33.6.0", + "version": "33.7.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8ad8e6f..1bee496 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.6.0", + "version": "33.7.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",