Skip to content

Commit

Permalink
Release 4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed May 6, 2022
1 parent 73786ae commit afab487
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down
Binary file modified images/contributors.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/fileIcons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/folderIcons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit afab487

Please sign in to comment.