Skip to content

Commit

Permalink
Release 4.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Apr 30, 2023
1 parent b129fb5 commit 2f9d750
Show file tree
Hide file tree
Showing 5 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.27.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.26.0...v4.27.0)

> April 30, 2023
- Add mermaid file icon [`#1957`](https://github.com/PKief/vscode-material-icon-theme/pull/1957)
- Update package structure of npm module [`#1958`](https://github.com/PKief/vscode-material-icon-theme/pull/1958)
- feat: support CommonJS file for semantic release [`#1954`](https://github.com/PKief/vscode-material-icon-theme/pull/1954)
- Add qwik icon pack [`#1949`](https://github.com/PKief/vscode-material-icon-theme/pull/1949)
- feat: support TSConfig icon for paths file [`#1953`](https://github.com/PKief/vscode-material-icon-theme/pull/1953)
- feat: add ifanr cloud icon [`#1934`](https://github.com/PKief/vscode-material-icon-theme/pull/1934)
- feat: enhance eslint flat config support [`#1935`](https://github.com/PKief/vscode-material-icon-theme/pull/1935)
- Additional docker compose filenames [`#1933`](https://github.com/PKief/vscode-material-icon-theme/pull/1933)

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

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

0 comments on commit 2f9d750

Please sign in to comment.