diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f698b5f..4d5b60801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v4.19.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.18.1...v4.19.0) + +> July 2, 2022 + +- fix: added __integration-tests__ folder [`#1585`](https://github.com/PKief/vscode-material-icon-theme/pull/1585) +- fix: update cypress files [`#1582`](https://github.com/PKief/vscode-material-icon-theme/pull/1582) +- [Add] Cypress file name "cypress.config.js" in fileIcon.ts [`#1579`](https://github.com/PKief/vscode-material-icon-theme/pull/1579) +- feat: add support for new type declaration files [`#1576`](https://github.com/PKief/vscode-material-icon-theme/pull/1576) +- feat: add `tsconfig.node.json` [`#1575`](https://github.com/PKief/vscode-material-icon-theme/pull/1575) +- Adds Cypress 10.x e2e extension [`#1573`](https://github.com/PKief/vscode-material-icon-theme/pull/1573) +- Fixing non-object workspace settings bug [`#1565`](https://github.com/PKief/vscode-material-icon-theme/pull/1565) + #### [v4.18.1](https://github.com/PKief/vscode-material-icon-theme/compare/v4.18.0...v4.18.1) > June 9, 2022 diff --git a/images/contributors.png b/images/contributors.png index ad8476bd7..b03fbb2d1 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/package-lock.json b/package-lock.json index 565d7633e..d2c386229 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-icon-theme", - "version": "4.18.1", + "version": "4.19.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-icon-theme", - "version": "4.18.1", + "version": "4.19.0", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index 5dac2f61a..e65e1c89f 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.18.1", + "version": "4.19.0", "scripts": { "build": "npm run compile:dev && npm run postcompile", "check": "ts-node ./src/scripts/icons/checks",