Skip to content

Commit

Permalink
Release 4.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Oct 7, 2022
1 parent cecc40d commit 99e97c2
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.


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

> October 7, 2022
- feat: add folder-pdf [`#1651`](https://github.com/PKief/vscode-material-icon-theme/pull/1651)
- Added file association to docker-compose file extension [`#1706`](https://github.com/PKief/vscode-material-icon-theme/pull/1706)
- Add support for gatsby config typescript files [`#1701`](https://github.com/PKief/vscode-material-icon-theme/pull/1701)
- Add jrxml file extension to xml icon [`#1632`](https://github.com/PKief/vscode-material-icon-theme/pull/1632)
- feat: Update drone icon [`#1698`](https://github.com/PKief/vscode-material-icon-theme/pull/1698)
- Add support for other Netlify files and folders [`#582`](https://github.com/PKief/vscode-material-icon-theme/pull/582)
- Flow - Cadence Icon Addition [`#1686`](https://github.com/PKief/vscode-material-icon-theme/pull/1686)
- Folder association `protobufs` [`#1691`](https://github.com/PKief/vscode-material-icon-theme/pull/1691)
- chore: adds file-ending .stylelintcache as a stylelint file [`#1693`](https://github.com/PKief/vscode-material-icon-theme/pull/1693)
- feat: Caddyfile (#1689) [`#1017`](https://github.com/PKief/vscode-material-icon-theme/pull/1017)
- Add .env.alpha [`#1680`](https://github.com/PKief/vscode-material-icon-theme/pull/1680)
- Add eslint.config.js [`#1678`](https://github.com/PKief/vscode-material-icon-theme/pull/1678)
- fix: add support to gatsby-config.ts [`#1672`](https://github.com/PKief/vscode-material-icon-theme/pull/1672)
- Support Dart language [`#1663`](https://github.com/PKief/vscode-material-icon-theme/pull/1663)
- feat: support Svelte language [`#1662`](https://github.com/PKief/vscode-material-icon-theme/pull/1662)

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

> August 20, 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.20.0",
"version": "4.21.0",
"scripts": {
"build": "npm run compile:dev && npm run postcompile",
"check": "ts-node ./src/scripts/icons/checks",
Expand Down

0 comments on commit 99e97c2

Please sign in to comment.