diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf0d31b0..8f3157870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,17 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### [v4.15.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.14.1...HEAD) +#### [v4.16.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.15.0...HEAD) + +> April 19, 2022 + +- Add icons for figure(s) and fig(s) [`#1466`](https://github.com/PKief/vscode-material-icon-theme/pull/1466) +- Bump minimist from 1.2.5 to 1.2.6 [`#1451`](https://github.com/PKief/vscode-material-icon-theme/pull/1451) +- Support astro.config.ts [`#1460`](https://github.com/PKief/vscode-material-icon-theme/pull/1460) +- Add license names commonly used in multi-license projects [`#1463`](https://github.com/PKief/vscode-material-icon-theme/pull/1463) +- Associate pyproject.toml with python-misc file icon [`#1459`](https://github.com/PKief/vscode-material-icon-theme/pull/1459) + +#### [v4.15.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.14.1...v4.15.0) > March 30, 2022 diff --git a/images/contributors.png b/images/contributors.png index 084ecdc11..8253ad234 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/package-lock.json b/package-lock.json index 2afe857d0..44eb524dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.15.0", + "version": "4.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.15.0", + "version": "4.16.0", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index 44c6d915d..3fc0f4b3a 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.15.0", + "version": "4.16.0", "scripts": { "build": "npm run compile:dev && npm run postcompile", "check": "ts-node ./src/scripts/icons/checks",