diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d8f268..20d2990 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. +#### [v1.5.0](https://github.com/PKief/vscode-material-product-icons/compare/v1.4.1...v1.5.0) + +> February 27, 2023 + +- Update release yaml [`06e78b0`](https://github.com/PKief/vscode-material-product-icons/commit/06e78b0) +- Fix "debug-stackframe" related issue [`#51`](https://github.com/PKief/vscode-material-product-icons/pull/51) +- Make "debug-alt" more consistent [`#52`](https://github.com/PKief/vscode-material-product-icons/pull/52) +- Update badges [`5a4f7ce`](https://github.com/PKief/vscode-material-product-icons/commit/5a4f7ce) +- Bump @xmldom/xmldom from 0.7.5 to 0.7.6 [`#53`](https://github.com/PKief/vscode-material-product-icons/pull/53) +- Update release workflow [`ef91165`](https://github.com/PKief/vscode-material-product-icons/commit/ef91165) +- Bump got and nodemon [`#48`](https://github.com/PKief/vscode-material-product-icons/pull/48) + #### [v1.4.1](https://github.com/PKief/vscode-material-product-icons/compare/v1.4.0...v1.4.1) > October 1, 2022 diff --git a/package-lock.json b/package-lock.json index 3b2ac47..e404878 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-product-icons", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-product-icons", - "version": "1.4.1", + "version": "1.5.0", "devDependencies": { "@types/puppeteer": "^5.4.4", "changelog-machine": "^1.0.2", diff --git a/package.json b/package.json index 30f7bdd..f70809f 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.4.1", + "version": "1.5.0", "publisher": "PKief", "author": { "name": "Philipp Kief",