diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f29c0bf..73647ae7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v4.25.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.24.0...v4.25.0) + +> March 15, 2023 + +- Remove logo of sponsor [`#1893`](https://github.com/PKief/vscode-material-icon-theme/pull/1893) +- build(deps-dev): bump webpack from 5.72.1 to 5.76.0 [`#1901`](https://github.com/PKief/vscode-material-icon-theme/pull/1901) +- Additional git filenames [`#1891`](https://github.com/PKief/vscode-material-icon-theme/pull/1891) +- Add type test file support [`#1874`](https://github.com/PKief/vscode-material-icon-theme/pull/1874) +- Add folder name gulp-tasks [`#1875`](https://github.com/PKief/vscode-material-icon-theme/pull/1875) +- Gatsby - add new supported file extensions [`#1886`](https://github.com/PKief/vscode-material-icon-theme/pull/1886) +- Objective-C/C++ icons & associations [`#1888`](https://github.com/PKief/vscode-material-icon-theme/pull/1888) +- Update bitbucket icon [`#1890`](https://github.com/PKief/vscode-material-icon-theme/pull/1890) +- feat: :sparkles: Bun icon to bun.lockb [`#1709`](https://github.com/PKief/vscode-material-icon-theme/pull/1709) +- feat: add GameMaker icon [`#1868`](https://github.com/PKief/vscode-material-icon-theme/pull/1868) +- extend todo to more files [`#1879`](https://github.com/PKief/vscode-material-icon-theme/pull/1879) +- Convert Pascal to Vector [`#1883`](https://github.com/PKief/vscode-material-icon-theme/pull/1883) +- Expand godot-assets associations [`#1863`](https://github.com/PKief/vscode-material-icon-theme/pull/1863) +- feat: add tldraw icon [`#1869`](https://github.com/PKief/vscode-material-icon-theme/pull/1869) +- Add tsconfig.doc.json icon association [`c03e18d`](https://github.com/PKief/vscode-material-icon-theme/commit/c03e18d) + #### [v4.24.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.23.1...v4.24.0) > February 9, 2023 diff --git a/images/contributors.png b/images/contributors.png index 1acefd9cf..86ce27da5 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index 893d470b8..c1087d72b 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/images/folderIcons.png b/images/folderIcons.png index b9fe4ac9e..9bfa2ea03 100644 Binary files a/images/folderIcons.png and b/images/folderIcons.png differ diff --git a/package-lock.json b/package-lock.json index 40a275170..9b0149c9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.24.0", + "version": "4.25.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.24.0", + "version": "4.25.0", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index a3370d045..547248633 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.24.0", + "version": "4.25.0", "scripts": { "build": "npm run compile:dev && npm run generateJson", "check": "ts-node ./src/scripts/icons/checks",