diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8d1b2d0..53ca878b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v4.23.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.22.0...v4.23.0) + +> December 15, 2022 + +- feat: introduce icon folder for changesets [`#1603`](https://github.com/PKief/vscode-material-icon-theme/pull/1603) +- Add icon for craco [`#1774`](https://github.com/PKief/vscode-material-icon-theme/pull/1774) +- Add Angular icon to ng-package.json [`d6ea9c7`](https://github.com/PKief/vscode-material-icon-theme/commit/d6ea9c7) +- Add tsconfig.lib.prod.json icon association [`72bd904`](https://github.com/PKief/vscode-material-icon-theme/commit/72bd904) +- feat: support icns file type [`#1777`](https://github.com/PKief/vscode-material-icon-theme/pull/1777) +- Add tsconfig.worker.json icon association [`90bfc9e`](https://github.com/PKief/vscode-material-icon-theme/commit/90bfc9e) +- feat: support `etc` folder [`#1762`](https://github.com/PKief/vscode-material-icon-theme/pull/1762) +- Add tsconfig file names [`#1756`](https://github.com/PKief/vscode-material-icon-theme/pull/1756) +- feat: 🎨 add console icon for nushell [`#1761`](https://github.com/PKief/vscode-material-icon-theme/pull/1761) + #### [v4.22.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.21.0...v4.22.0) > November 5, 2022 diff --git a/images/contributors.png b/images/contributors.png index aa4a10d74..c5de1a23b 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index 2bdfffd0d..e32bf1aa8 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/images/folderIcons.png b/images/folderIcons.png index 61c25bb2e..b9fe4ac9e 100644 Binary files a/images/folderIcons.png and b/images/folderIcons.png differ diff --git a/package-lock.json b/package-lock.json index 626d5134a..7d3db23db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.22.0", + "version": "4.23.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.22.0", + "version": "4.23.0", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index c3ce754dc..603d5bbc4 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.22.0", + "version": "4.23.0", "scripts": { "build": "npm run compile:dev && npm run generateJson", "check": "ts-node ./src/scripts/icons/checks",