diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ebc5f642..c0af573ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,21 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v0.61.0](https://github.com/lucodear/lucodear-icons/compare/v0.60.0...v0.61.0) + +> July 14, 2024 + +- fix: ๐Ÿš‘ fix linting issue [`9a658352`](https://github.com/lucodear/lucodear-icons/commit/9a658352) +- feat: โœจ vite folder [`a9b6a649`](https://github.com/lucodear/lucodear-icons/commit/a9b6a649) +- ci(preview): ๐Ÿ”„ add link to check pixel perfectness [`#2405`](https://github.com/lucodear/lucodear-icons/pull/2405) +- Include `.cts` and `.mts` in `esbuild` icon configuration [`#2404`](https://github.com/lucodear/lucodear-icons/pull/2404) +- feat: update astro file icon and add astro folder icon [`#2228`](https://github.com/lucodear/lucodear-icons/pull/2228) + #### [v0.60.0](https://github.com/lucodear/lucodear-icons/compare/v0.59.0...v0.60.0) > July 13, 2024 +- release: ๐Ÿ”– v0.60.0 [`ff3ebe70`](https://github.com/lucodear/lucodear-icons/commit/ff3ebe70) - feat: โœจ add tailwind folder icon [`2f884073`](https://github.com/lucodear/lucodear-icons/commit/2f884073) #### [v0.59.0](https://github.com/lucodear/lucodear-icons/compare/v0.58.0...v0.59.0) diff --git a/images/contributors.png b/images/contributors.png index 8f15c35615..71118b4a54 100644 Binary files a/images/contributors.png and b/images/contributors.png differ diff --git a/images/fileIcons.png b/images/fileIcons.png index e393270f70..dfaba3a731 100644 Binary files a/images/fileIcons.png and b/images/fileIcons.png differ diff --git a/images/folderIcons.png b/images/folderIcons.png index 99eff7480d..c309262899 100644 Binary files a/images/folderIcons.png and b/images/folderIcons.png differ diff --git a/images/lucodear-icons.png b/images/lucodear-icons.png index 15137a4833..f8a6c850f1 100644 Binary files a/images/lucodear-icons.png and b/images/lucodear-icons.png differ diff --git a/package.json b/package.json index 3d5af4e563..dd24403d51 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.60.0", + "version": "0.61.0", "scripts": { "build": "bun run ./build/build-with-esbuild.ts", "watch": "bun run ./build/watch-with-esbuild.ts",