Skip to content

Commit

Permalink
Release 4.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 14, 2023
1 parent 1d90a53 commit 5a85588
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.


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

> July 14, 2023
- Fix contributors script [`1d90a53`](https://github.com/PKief/vscode-material-icon-theme/commit/1d90a53)
- Prettier supports config files in ESM [`#2019`](https://github.com/PKief/vscode-material-icon-theme/pull/2019)
- Add playwright file names [`df129a4`](https://github.com/PKief/vscode-material-icon-theme/commit/df129a4)
- Add .eslintrc.base.json file name [`1dcba8d`](https://github.com/PKief/vscode-material-icon-theme/commit/1dcba8d)
- Add git icon to .keep [`#2010`](https://github.com/PKief/vscode-material-icon-theme/pull/2010)
- fix: `nginx` file extensions typo [`#2002`](https://github.com/PKief/vscode-material-icon-theme/pull/2002)
- fix: add semantic release as cjs extension [`#2000`](https://github.com/PKief/vscode-material-icon-theme/pull/2000)
- feat: werf icon [`#1995`](https://github.com/PKief/vscode-material-icon-theme/pull/1995)
- Use shields.io for marketplace badges in README [`#1996`](https://github.com/PKief/vscode-material-icon-theme/pull/1996)
- feat: introduce support for semgrep files [`#1991`](https://github.com/PKief/vscode-material-icon-theme/pull/1991)

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

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

0 comments on commit 5a85588

Please sign in to comment.