diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3157870..73b1057ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,24 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### [v4.16.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.15.0...HEAD) +#### [v4.17.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.16.0...HEAD) + +> May 6, 2022 + +- feat: add Otne icon [`#1431`](https://github.com/PKief/vscode-material-icon-theme/pull/1431) +- Add support to plop file icon [`#1350`](https://github.com/PKief/vscode-material-icon-theme/pull/1350) +- feat: shaders [`#1483`](https://github.com/PKief/vscode-material-icon-theme/pull/1483) +- feat: buildkite [`#1486`](https://github.com/PKief/vscode-material-icon-theme/pull/1486) +- Update nuxt folder icons [`#1490`](https://github.com/PKief/vscode-material-icon-theme/pull/1490) +- Remove sponsor badge [`#1491`](https://github.com/PKief/vscode-material-icon-theme/pull/1491) +- Update azure icon [`#1488`](https://github.com/PKief/vscode-material-icon-theme/pull/1488) +- Dart generated files icon [`#1465`](https://github.com/PKief/vscode-material-icon-theme/pull/1465) +- Replace Nuxt Icon [`#1481`](https://github.com/PKief/vscode-material-icon-theme/pull/1481) +- feat: icon for the architecture.md file [`#1475`](https://github.com/PKief/vscode-material-icon-theme/pull/1475) +- Add gulpfile.ts etc. as folder names [`#1479`](https://github.com/PKief/vscode-material-icon-theme/pull/1479) +- feat: verdaccio [`#1476`](https://github.com/PKief/vscode-material-icon-theme/pull/1476) + +#### [v4.16.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.15.0...v4.16.0) > April 19, 2022 diff --git a/images/contributors.png b/images/contributors.png index 8253ad234..b04301506 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index f500c55ed..0b65a38ba 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/images/folderIcons.png b/images/folderIcons.png index daeccab93..5f128113c 100644 Binary files a/images/folderIcons.png and b/images/folderIcons.png differ diff --git a/package-lock.json b/package-lock.json index 44eb524dd..173eb6438 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.16.0", + "version": "4.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.16.0", + "version": "4.17.0", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index 3fc0f4b3a..f8cf60200 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.16.0", + "version": "4.17.0", "scripts": { "build": "npm run compile:dev && npm run postcompile", "check": "ts-node ./src/scripts/icons/checks",