diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b3a61ad6..48f29c0bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v4.24.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.23.1...v4.24.0) + +> February 9, 2023 + +- Add folder icon for "angular" folder name [`#1859`](https://github.com/PKief/vscode-material-icon-theme/pull/1859) +- Add icon for .git-blame-ignore-revs [`#1836`](https://github.com/PKief/vscode-material-icon-theme/pull/1836) +- Update contributions guidelines [`#1833`](https://github.com/PKief/vscode-material-icon-theme/pull/1833) +- Add icon for code_of_conduct [`#1759`](https://github.com/PKief/vscode-material-icon-theme/pull/1759) +- Added icon support for typical jekyll folders [`#1832`](https://github.com/PKief/vscode-material-icon-theme/pull/1832) +- Add .cjs and .mjs extensions to `plop` fileNames [`#1819`](https://github.com/PKief/vscode-material-icon-theme/pull/1819) +- Add .cjs extension to `graphql.config` [`#1818`](https://github.com/PKief/vscode-material-icon-theme/pull/1818) +- Add Toolkit (Toolkits) and Toolbox (Toolboxes) [`#1809`](https://github.com/PKief/vscode-material-icon-theme/pull/1809) + #### [v4.23.1](https://github.com/PKief/vscode-material-icon-theme/compare/v4.23.0...v4.23.1) > December 23, 2022 diff --git a/images/contributors.png b/images/contributors.png index 093fde6de..1acefd9cf 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/package-lock.json b/package-lock.json index ccf0aa000..74c11faa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.23.1", + "version": "4.24.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.23.1", + "version": "4.24.0", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index 611bdb343..a3370d045 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.23.1", + "version": "4.24.0", "scripts": { "build": "npm run compile:dev && npm run generateJson", "check": "ts-node ./src/scripts/icons/checks",