diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed1d7204..7a1e9336f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v4.31.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.30.1...v4.31.0) + +> October 6, 2023 + +- added templ file icon [`#2102`](https://github.com/PKief/vscode-material-icon-theme/pull/2102) +- Add .o and .zst extensions [`#2063`](https://github.com/PKief/vscode-material-icon-theme/pull/2063) +- Add Biome icon [`#2075`](https://github.com/PKief/vscode-material-icon-theme/pull/2075) +- Added .stan file icon [`#2050`](https://github.com/PKief/vscode-material-icon-theme/pull/2050) +- [Icon Request] ESBuild [`#2104`](https://github.com/PKief/vscode-material-icon-theme/pull/2104) +- add plural versions for manager, moderator, and admin folders [`#2098`](https://github.com/PKief/vscode-material-icon-theme/pull/2098) +- Add SPWN file icon [`#2090`](https://github.com/PKief/vscode-material-icon-theme/pull/2090) +- Support OWNERS files [`#2088`](https://github.com/PKief/vscode-material-icon-theme/pull/2088) +- Remove sponsors badge from readme [`#2082`](https://github.com/PKief/vscode-material-icon-theme/pull/2082) +- Add more panda file names (Closes #2065) [`afac99a`](https://github.com/PKief/vscode-material-icon-theme/commit/afac99a) +- Add csharp file extension (Closes #2080) [`411e1c9`](https://github.com/PKief/vscode-material-icon-theme/commit/411e1c9) +- feat: icons for desktop os [`#1635`](https://github.com/PKief/vscode-material-icon-theme/pull/1635) +- Added disc file extensions (vmdk, qcow2, etc.) [`#2069`](https://github.com/PKief/vscode-material-icon-theme/pull/2069) + #### [v4.30.1](https://github.com/PKief/vscode-material-icon-theme/compare/v4.30.0...v4.30.1) > August 28, 2023 diff --git a/images/contributors.png b/images/contributors.png index 47ef7b9d5..36307d2f7 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index 0f55c2bd5..0f4e472f5 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/images/folderIcons.png b/images/folderIcons.png index e184b159f..25d940fca 100644 Binary files a/images/folderIcons.png and b/images/folderIcons.png differ diff --git a/package-lock.json b/package-lock.json index 3183e0f30..fdb247517 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.30.1", + "version": "4.31.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.30.1", + "version": "4.31.0", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index 642883be7..edfd99e68 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.30.1", + "version": "4.31.0", "scripts": { "build": "npm run compile:dev && npm run generateJson", "check": "ts-node ./src/scripts/icons/checks",