diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b77927459..8369e3cf4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,19 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v0.28.0](https://github.com/PKief/vscode-material-icon-theme/compare/v0.27.0...v0.28.0) + +> March 1, 2024 + +- fix: ๐Ÿš‘ missing config for light theme [`cbcbd8ec`](https://github.com/PKief/vscode-material-icon-theme/commit/cbcbd8ec) +- feat: โœจ rust ferris icon packs [`d81c70a0`](https://github.com/PKief/vscode-material-icon-theme/commit/d81c70a0) +- Support Bun's bunfig.toml file [`#2238`](https://github.com/PKief/vscode-material-icon-theme/pull/2238) + #### [v0.27.0](https://github.com/PKief/vscode-material-icon-theme/compare/v0.26.0...v0.27.0) > March 1, 2024 +- release: ๐Ÿ”– v0.27.0 [`65da3760`](https://github.com/PKief/vscode-material-icon-theme/commit/65da3760) - feat: โœจ misc, bin folder [`b1d8c725`](https://github.com/PKief/vscode-material-icon-theme/commit/b1d8c725) #### [v0.26.0](https://github.com/PKief/vscode-material-icon-theme/compare/v0.25.0...v0.26.0) diff --git a/images/contributors.png b/images/contributors.png index 9856f0d37e..2cb084887c 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/lucodear-icons.png b/images/lucodear-icons.png index 804b737633..c3e88ff7b8 100644 Binary files a/images/lucodear-icons.png and b/images/lucodear-icons.png differ diff --git a/package-lock.json b/package-lock.json index d3a55642b7..5b4075f0d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lucodear-icons", - "version": "0.27.0", + "version": "0.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lucodear-icons", - "version": "0.27.0", + "version": "0.28.0", "dependencies": { "lodash.merge": "4.6.2" }, diff --git a/package.json b/package.json index 04dfabacc5..c7ec6aa1cc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lucodear-icons", "displayName": "lucodear-icons", "description": "๐Ÿญ lucodear-icons ยป A PKief's 'Material Icons Theme' fork with my own custom additions. This was made for my personal use", - "version": "0.27.0", + "version": "0.28.0", "scripts": { "build": "npm run compile:dev && npm run generateJson", "check": "ts-node ./src/scripts/icons/checks",