diff --git a/CHANGELOG.md b/CHANGELOG.md index f63b4e039..c48c5ff73 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.21.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.20.0...v4.21.0) + +> October 7, 2022 + +- feat: add folder-pdf [`#1651`](https://github.com/PKief/vscode-material-icon-theme/pull/1651) +- Added file association to docker-compose file extension [`#1706`](https://github.com/PKief/vscode-material-icon-theme/pull/1706) +- Add support for gatsby config typescript files [`#1701`](https://github.com/PKief/vscode-material-icon-theme/pull/1701) +- Add jrxml file extension to xml icon [`#1632`](https://github.com/PKief/vscode-material-icon-theme/pull/1632) +- feat: Update drone icon [`#1698`](https://github.com/PKief/vscode-material-icon-theme/pull/1698) +- Add support for other Netlify files and folders [`#582`](https://github.com/PKief/vscode-material-icon-theme/pull/582) +- Flow - Cadence Icon Addition [`#1686`](https://github.com/PKief/vscode-material-icon-theme/pull/1686) +- Folder association `protobufs` [`#1691`](https://github.com/PKief/vscode-material-icon-theme/pull/1691) +- chore: adds file-ending .stylelintcache as a stylelint file [`#1693`](https://github.com/PKief/vscode-material-icon-theme/pull/1693) +- feat: Caddyfile (#1689) [`#1017`](https://github.com/PKief/vscode-material-icon-theme/pull/1017) +- Add .env.alpha [`#1680`](https://github.com/PKief/vscode-material-icon-theme/pull/1680) +- Add eslint.config.js [`#1678`](https://github.com/PKief/vscode-material-icon-theme/pull/1678) +- fix: add support to gatsby-config.ts [`#1672`](https://github.com/PKief/vscode-material-icon-theme/pull/1672) +- Support Dart language [`#1663`](https://github.com/PKief/vscode-material-icon-theme/pull/1663) +- feat: support Svelte language [`#1662`](https://github.com/PKief/vscode-material-icon-theme/pull/1662) + #### [v4.20.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.19.0...v4.20.0) > August 20, 2022 diff --git a/images/contributors.png b/images/contributors.png index d55b5b034..c1483750f 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index b5742776e..04cb44dc7 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/images/folderIcons.png b/images/folderIcons.png index 6b7c49aa0..324e54322 100644 Binary files a/images/folderIcons.png and b/images/folderIcons.png differ diff --git a/package-lock.json b/package-lock.json index ad56ab196..01c8cde48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.20.0", + "version": "4.21.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.20.0", + "version": "4.21.0", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index ada2e35ef..d3cc861fa 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.20.0", + "version": "4.21.0", "scripts": { "build": "npm run compile:dev && npm run postcompile", "check": "ts-node ./src/scripts/icons/checks",