diff --git a/CHANGELOG.md b/CHANGELOG.md index 1edf95566..67d5f3ba6 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.30.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.29.0...v4.30.0) + +> August 26, 2023 + +- [Icon Request] Add icon association to dockercompose language id [`#2059`](https://github.com/PKief/vscode-material-icon-theme/pull/2059) +- [Icon Request] Secret Folder [`#2060`](https://github.com/PKief/vscode-material-icon-theme/pull/2060) +- Add frontends folder icon [`379040f`](https://github.com/PKief/vscode-material-icon-theme/commit/379040f) +- Associate `.tfbackend` files with Terraform [`#2055`](https://github.com/PKief/vscode-material-icon-theme/pull/2055) +- Add jest file names [`43bde80`](https://github.com/PKief/vscode-material-icon-theme/commit/43bde80) +- feat: enum icon [`#1195`](https://github.com/PKief/vscode-material-icon-theme/pull/1195) +- Add istanbul file names [`5ce97ae`](https://github.com/PKief/vscode-material-icon-theme/commit/5ce97ae) +- Add folder-robot icon [`#2039`](https://github.com/PKief/vscode-material-icon-theme/pull/2039) +- czech translation [`#2040`](https://github.com/PKief/vscode-material-icon-theme/pull/2040) +- [Icon Request] panda.config.ts [`#2034`](https://github.com/PKief/vscode-material-icon-theme/pull/2034) +- Adding Roblox Studio icons [`#2029`](https://github.com/PKief/vscode-material-icon-theme/pull/2029) +- Add .taurignore [`#2033`](https://github.com/PKief/vscode-material-icon-theme/pull/2033) +- maint: `.containerfile` and `.containerignore` icon [`#2026`](https://github.com/PKief/vscode-material-icon-theme/pull/2026) + #### [v4.29.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.28.0...v4.29.0) > July 14, 2023 diff --git a/images/contributors.png b/images/contributors.png index f71a6e624..8b54264f3 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index adb804ab7..0f55c2bd5 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/images/folderIcons.png b/images/folderIcons.png index 961b0ec30..e184b159f 100644 Binary files a/images/folderIcons.png and b/images/folderIcons.png differ diff --git a/package-lock.json b/package-lock.json index b8d616e8c..60d19059f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.29.0", + "version": "4.30.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.29.0", + "version": "4.30.0", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index 97cc2fbfb..face5467f 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.29.0", + "version": "4.30.0", "scripts": { "build": "npm run compile:dev && npm run generateJson", "check": "ts-node ./src/scripts/icons/checks",