diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d2990..1e6313a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v1.6.0](https://github.com/PKief/vscode-material-product-icons/compare/v1.5.0...v1.6.0) + +> August 12, 2023 + +- Update workflow files [`72fbd36`](https://github.com/PKief/vscode-material-product-icons/commit/72fbd36) +- Improve code quality checks and performance of actions pipeline [`703da6f`](https://github.com/PKief/vscode-material-product-icons/commit/703da6f) +- fix: Arrow icon in search box [`#57`](https://github.com/PKief/vscode-material-product-icons/pull/57) +- Update badges [`2738368`](https://github.com/PKief/vscode-material-product-icons/commit/2738368) +- Bump @xmldom/xmldom from 0.7.6 to 0.7.9 [`#54`](https://github.com/PKief/vscode-material-product-icons/pull/54) +- Bump nunjucks from 3.2.3 to 3.2.4 [`#55`](https://github.com/PKief/vscode-material-product-icons/pull/55) + #### [v1.5.0](https://github.com/PKief/vscode-material-product-icons/compare/v1.4.1...v1.5.0) > February 27, 2023 diff --git a/images/preview.png b/images/preview.png index 8754ddb..e81bddd 100644 Binary files a/images/preview.png and b/images/preview.png differ diff --git a/package-lock.json b/package-lock.json index b8e7f03..c33e178 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-product-icons", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-product-icons", - "version": "1.5.0", + "version": "1.6.0", "devDependencies": { "@types/puppeteer": "^7.0.4", "@typescript-eslint/eslint-plugin": "^6.3.0", diff --git a/package.json b/package.json index 636f2fd..084ec94 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "material-product-icons", "displayName": "Material Product Icons", "description": "Product Icon Theme with Material Icons for VS Code", - "version": "1.5.0", + "version": "1.6.0", "publisher": "PKief", "author": { "name": "Philipp Kief",