diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d79b9894..897821e618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v5.2.0](https://github.com/PKief/vscode-material-icon-theme/compare/v5.1.0...v5.2.0) + +> May 9, 2024 + +- Feat/update angular and nest icons [`#2314`](https://github.com/PKief/vscode-material-icon-theme/pull/2314) +- feat: support biome.jsonc [`#2316`](https://github.com/PKief/vscode-material-icon-theme/pull/2316) +- Modernize svgo config [`#2301`](https://github.com/PKief/vscode-material-icon-theme/pull/2301) +- feat: ✨ clone and recolorize icons [`#2305`](https://github.com/PKief/vscode-material-icon-theme/pull/2305) +- feat(i18n): Add missing japanese translate [`#2313`](https://github.com/PKief/vscode-material-icon-theme/pull/2313) +- Add seeders folder icons [`#2298`](https://github.com/PKief/vscode-material-icon-theme/pull/2298) +- Pseudo-wildcard support for folder icons [`#2292`](https://github.com/PKief/vscode-material-icon-theme/pull/2292) +- Update CONTRIBUTING.md [`834e5aed`](https://github.com/PKief/vscode-material-icon-theme/commit/834e5aed) +- feat: ✨ c-family icons improvements [`#2299`](https://github.com/PKief/vscode-material-icon-theme/pull/2299) +- feat: slnx file extension [`#2302`](https://github.com/PKief/vscode-material-icon-theme/pull/2302) +- feat(filenames): add patterns support [`#2289`](https://github.com/PKief/vscode-material-icon-theme/pull/2289) +- Add some missed attribute options [`#2300`](https://github.com/PKief/vscode-material-icon-theme/pull/2300) +- Add aliases for platform folders [`#2288`](https://github.com/PKief/vscode-material-icon-theme/pull/2288) +- feat: Add `.editorconfig` and `.gitattributes` [`#2290`](https://github.com/PKief/vscode-material-icon-theme/pull/2290) + #### [v5.1.0](https://github.com/PKief/vscode-material-icon-theme/compare/v5.0.0...v5.1.0) > April 20, 2024 diff --git a/images/contributors.png b/images/contributors.png index 311d1eb166..55225d569f 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index ed938844d3..625d9d9841 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/images/folderIcons.png b/images/folderIcons.png index 94a585861b..31078edf24 100644 Binary files a/images/folderIcons.png and b/images/folderIcons.png differ diff --git a/package-lock.json b/package-lock.json index 2969b42722..4d2dfebc31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "5.1.0", + "version": "5.2.0", "dependencies": { "chroma-js": "^2.4.2", "lodash.merge": "4.6.2", diff --git a/package.json b/package.json index 860031133e..2bb6529b50 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": "5.1.0", + "version": "5.2.0", "scripts": { "build": "npm run compile:dev && npm run generateJson", "check": "ts-node ./src/scripts/icons/checks",