diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b6814cc9..84d2ad1f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,17 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v1.3.0](https://github.com/lucodear/lucodear-icons/compare/v1.2.1...v1.3.0) + +> August 3, 2024 + +- feat: ✨ cloudflare icon pack [`#97`](https://github.com/lucodear/lucodear-icons/pull/97) + #### [v1.2.1](https://github.com/lucodear/lucodear-icons/compare/v1.2.0...v1.2.1) > August 2, 2024 +- release: 🔖 v1.2.1 [`0d9c057b`](https://github.com/lucodear/lucodear-icons/commit/0d9c057b) - feat: ✨ postcss folder [`#96`](https://github.com/lucodear/lucodear-icons/pull/96) #### [v1.2.0](https://github.com/lucodear/lucodear-icons/compare/v1.1.0...v1.2.0) diff --git a/images/lucodear-icons.png b/images/lucodear-icons.png index 27f3b0d1f8..438e89de79 100644 Binary files a/images/lucodear-icons.png and b/images/lucodear-icons.png differ diff --git a/package.json b/package.json index 8030e1211e..89bdc1d14e 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": "1.2.1", + "version": "1.3.0", "license": "MIT", "scripts": { "precompile": "rimraf dist && bun run verify",