diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d5b60801..f63b4e039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v4.20.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.19.0...v4.20.0) + +> August 20, 2022 + +- feat: mdsvex [`#1633`](https://github.com/PKief/vscode-material-icon-theme/pull/1633) +- feat: add icon for ".tree" files [`#1653`](https://github.com/PKief/vscode-material-icon-theme/pull/1653) +- add folderName fragments [`#1650`](https://github.com/PKief/vscode-material-icon-theme/pull/1650) +- Update Gitlab icon [`#1649`](https://github.com/PKief/vscode-material-icon-theme/pull/1649) +- fix: typo in release yaml [`#1647`](https://github.com/PKief/vscode-material-icon-theme/pull/1647) +- add - folderName : bases [`#1644`](https://github.com/PKief/vscode-material-icon-theme/pull/1644) +- feat: add `nginx` extensions [`#1641`](https://github.com/PKief/vscode-material-icon-theme/pull/1641) +- build(deps): bump terser from 5.7.1 to 5.14.2 [`#1614`](https://github.com/PKief/vscode-material-icon-theme/pull/1614) +- [Icon Request] compose [`#1610`](https://github.com/PKief/vscode-material-icon-theme/pull/1610) +- Update fileIcons.ts with fbx and stp. [`#1570`](https://github.com/PKief/vscode-material-icon-theme/pull/1570) +- feat: add web and webworker to tsconfig [`#1605`](https://github.com/PKief/vscode-material-icon-theme/pull/1605) +- Add quasar.config.js [`#1600`](https://github.com/PKief/vscode-material-icon-theme/pull/1600) +- feat: jwt folder [`#1566`](https://github.com/PKief/vscode-material-icon-theme/pull/1566) +- feat: fixtures folder [`#1595`](https://github.com/PKief/vscode-material-icon-theme/pull/1595) +- fix: tsconfig [`#1594`](https://github.com/PKief/vscode-material-icon-theme/pull/1594) +- fix: add tauri.conf.json file [`#1590`](https://github.com/PKief/vscode-material-icon-theme/pull/1590) +- Added `wgsl` extension [`#1592`](https://github.com/PKief/vscode-material-icon-theme/pull/1592) + #### [v4.19.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.18.1...v4.19.0) > July 2, 2022 diff --git a/images/contributors.png b/images/contributors.png index b03fbb2d1..d55b5b034 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index 6eb2f84c1..b5742776e 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/images/folderIcons.png b/images/folderIcons.png index 3ce494fe6..6b7c49aa0 100644 Binary files a/images/folderIcons.png and b/images/folderIcons.png differ diff --git a/package-lock.json b/package-lock.json index d7f2826d6..ad56ab196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.19.0", + "version": "4.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.19.0", + "version": "4.20.0", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index e65e1c89f..ada2e35ef 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "material-icon-theme", "displayName": "Material Icon Theme", "description": "Material Design Icons for Visual Studio Code", - "version": "4.19.0", + "version": "4.20.0", "scripts": { "build": "npm run compile:dev && npm run postcompile", "check": "ts-node ./src/scripts/icons/checks",