Skip to content

Commit

Permalink
Release 4.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed May 31, 2023
1 parent ab3a4b3 commit 140bddc
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.


#### [v4.28.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.27.0...v4.28.0)

> May 31, 2023
- feat: add "stores" (plural) to folder name [`#1965`](https://github.com/PKief/vscode-material-icon-theme/pull/1965)
- feat: add UnoCSS icon and file mappings [`#1910`](https://github.com/PKief/vscode-material-icon-theme/pull/1910)
- Add jest file names [`#1984`](https://github.com/PKief/vscode-material-icon-theme/pull/1984)
- Add Mojo file and folder icons [`#1972`](https://github.com/PKief/vscode-material-icon-theme/pull/1972)
- Add rbs file extension and .ruby-version file name [`#1978`](https://github.com/PKief/vscode-material-icon-theme/pull/1978)
- Update folderIcons.ts for HTML FolderIcon [`#1974`](https://github.com/PKief/vscode-material-icon-theme/pull/1974)
- feat: assign icons for electron process related configs [`#1963`](https://github.com/PKief/vscode-material-icon-theme/pull/1963)
- Add .gitmessage file name [`8e599fe`](https://github.com/PKief/vscode-material-icon-theme/commit/8e599fe)

#### [v4.27.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.26.0...v4.27.0)

> April 30, 2023
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.27.0",
"version": "4.28.0",
"scripts": {
"build": "npm run compile:dev && npm run generateJson",
"check": "ts-node ./src/scripts/icons/checks",
Expand Down

0 comments on commit 140bddc

Please sign in to comment.