diff --git a/CHANGELOG.md b/CHANGELOG.md index be0500d..4b451ba 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.1.5](https://github.com/material-theme/vsc-material-theme-icons/compare/v3.1.4...v3.1.5) (2023-12-01) + + +### Bug Fixes + +* remove emoji from custom commands ([0fccc75](https://github.com/material-theme/vsc-material-theme-icons/commit/0fccc75e659159b69bfc600012be52e02879317a)) + ### [3.1.4](https://github.com/material-theme/vsc-material-theme-icons/compare/v3.1.3...v3.1.4) (2023-10-10) diff --git a/package-lock.json b/package-lock.json index 0fe5afd..d6601bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vsc-material-theme-icons", - "version": "3.1.4", + "version": "3.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vsc-material-theme-icons", - "version": "3.1.4", + "version": "3.1.5", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index f0da94e..590f60c 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.1.4", + "version": "3.1.5", "publisher": "equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",