diff --git a/CHANGELOG.md b/CHANGELOG.md index 6157316a0..61bd4580b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### [v4.14.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.13.0...HEAD) +#### [v4.14.1](https://github.com/PKief/vscode-material-icon-theme/compare/v4.14.0...HEAD) + +> March 8, 2022 + +- Hardhat icon is broken [`#1420`](https://github.com/PKief/vscode-material-icon-theme/pull/1420) + +#### [v4.14.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.13.0...v4.14.0) > March 7, 2022 diff --git a/images/fileIcons.png b/images/fileIcons.png index 83a1d3409..fc8ab5740 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/package-lock.json b/package-lock.json index a18e9c3cd..736ba20a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.14.0", + "version": "4.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.14.0", + "version": "4.14.1", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index 051b7de03..3a6069a64 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.14.0", + "version": "4.14.1", "scripts": { "build": "npm run compile:dev && npm run postcompile", "check": "ts-node ./src/scripts/icons/checks",