From 80cca4d4ac596320dcf8e1e62b3e8e790e150d5f Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Wed, 7 Aug 2024 19:07:47 +0200 Subject: [PATCH] chore(release): 3.7.0 --- 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 862ad15..eac5532 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. +## [3.7.0](https://github.com/material-theme/vsc-material-theme-icons/compare/v3.6.1...v3.7.0) (2024-08-07) + + +### Features + +* add playwright.config.ts icon ([828d3ce](https://github.com/material-theme/vsc-material-theme-icons/commit/828d3cee1335ab51897e9760d08c5a1825fa8f24)), closes [#246](https://github.com/material-theme/vsc-material-theme-icons/issues/246) + ### [3.6.1](https://github.com/material-theme/vsc-material-theme-icons/compare/v3.6.0...v3.6.1) (2024-06-12) diff --git a/package-lock.json b/package-lock.json index f5f5740..586ff07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vsc-material-theme-icons", - "version": "3.6.1", + "version": "3.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vsc-material-theme-icons", - "version": "3.6.1", + "version": "3.7.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 57365d4..e69247b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vsc-material-theme-icons", "displayName": "Material Theme Icons", "description": "Material Theme Icons, the most epic icons theme for Visual Studio Code and Material Theme.", - "version": "3.6.1", + "version": "3.7.0", "publisher": "equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",