From 91fb303c2a4c5c7042d7311e4e18f5877ceef73c Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Jun 2022 19:12:40 +0200 Subject: [PATCH] chore(release): 33.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a37ab24..6f7cfec 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.5.0](https://github.com/material-theme/vsc-material-theme/compare/v33.4.0...v33.5.0) (2022-06-11) + + +### Features + +* add highlight indicator color for notes ([58123b4](https://github.com/material-theme/vsc-material-theme/commit/58123b4ce813c409b06972d7550ccbb4df3d8589)) + ## [33.4.0](https://github.com/material-theme/vsc-material-theme/compare/v33.3.0...v33.4.0) (2022-03-03) diff --git a/package.json b/package.json index f91bc34..e2d08e2 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.4.0", + "version": "33.5.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",