diff --git a/CHANGELOG.md b/CHANGELOG.md index e6128bfcf..f3f698b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v4.18.1](https://github.com/PKief/vscode-material-icon-theme/compare/v4.18.0...v4.18.1) + +> June 9, 2022 + +- On-boarding to VS Code sponsor [`#1558`](https://github.com/PKief/vscode-material-icon-theme/pull/1558) +- feat: introduce the icon for the config files of auto [`#1511`](https://github.com/PKief/vscode-material-icon-theme/pull/1511) +- Fix: Workspace settings override user settings [`#1553`](https://github.com/PKief/vscode-material-icon-theme/pull/1553) + #### [v4.18.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.17.0...v4.18.0) > June 5, 2022 diff --git a/images/contributors.png b/images/contributors.png index 9af4b66f5..ad8476bd7 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index 40ccce3fc..6eb2f84c1 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/package-lock.json b/package-lock.json index 500ae5930..565d7633e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.18.0", + "version": "4.18.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.18.0", + "version": "4.18.1", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index d126707b5..5dac2f61a 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.18.0", + "version": "4.18.1", "scripts": { "build": "npm run compile:dev && npm run postcompile", "check": "ts-node ./src/scripts/icons/checks",