From 071535d877221135607d5d8491383555f4c79ecc Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 1 Dec 2022 19:15:41 +0100 Subject: [PATCH] chore: clean --- .yarnrc | 2 -- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 .yarnrc create mode 100644 CHANGELOG.md diff --git a/.yarnrc b/.yarnrc deleted file mode 100644 index 1b2af90..0000000 --- a/.yarnrc +++ /dev/null @@ -1,2 +0,0 @@ -save-exact true -save-prefix false \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bc143fd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +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) (2022-12-01) diff --git a/package-lock.json b/package-lock.json index 67ac8f5..cdfc415 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vsc-material-theme", - "version": "33.6.0", + "version": "33.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vsc-material-theme", - "version": "33.6.0", + "version": "33.7.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { 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]",