diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ca878b4..1b3a61ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v4.23.1](https://github.com/PKief/vscode-material-icon-theme/compare/v4.23.0...v4.23.1) + +> December 23, 2022 + +- Add support for vitest config files [`#1572`](https://github.com/PKief/vscode-material-icon-theme/pull/1572) +- Add icons for vscode files [`#1803`](https://github.com/PKief/vscode-material-icon-theme/pull/1803) +- Add manager / moderator folder icon [`#1802`](https://github.com/PKief/vscode-material-icon-theme/pull/1802) +- Update release workflow [`68bc32f`](https://github.com/PKief/vscode-material-icon-theme/commit/68bc32f) +- Update badges in Readme [`#1796`](https://github.com/PKief/vscode-material-icon-theme/pull/1796) +- add filename .env.uat into tune icon [`#1801`](https://github.com/PKief/vscode-material-icon-theme/pull/1801) + #### [v4.23.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.22.0...v4.23.0) > December 15, 2022 diff --git a/images/contributors.png b/images/contributors.png index c5de1a23b..093fde6de 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index e32bf1aa8..893d470b8 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/package-lock.json b/package-lock.json index 7d3db23db..ccf0aa000 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.23.0", + "version": "4.23.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.23.0", + "version": "4.23.1", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index 603d5bbc4..611bdb343 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "material-icon-theme", "displayName": "Material Icon Theme", "description": "Material Design Icons for Visual Studio Code", - "version": "4.23.0", + "version": "4.23.1", "scripts": { "build": "npm run compile:dev && npm run generateJson", "check": "ts-node ./src/scripts/icons/checks",