developer-icons 4.2.0 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Welcome to **`developer-icons`**, a collection of high-quality, customizable tech icons designed for developers and designers. With full TypeScript support, these icons are perfect for use in any React or Next.js project. Alternatively, download the icons in image formats for your design needs directly from our [official website](https://xandemon.github.io/developer-icons/ "Homepage | Developer Icons").
4
4
 
5
+ ![Developer Icons Cover Image](/public/cover-image.webp "Developer Icons")
6
+
5
7
  ## Features
6
8
 
7
9
  - ⚡**Highly optimized:** Icons are optimized for performance and size. They are designed to be as small as possible while maintaining the quality.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "developer-icons",
3
3
  "description": "Ready-to-use high-quality customizable tech icons - made for the developers",
4
- "version": "4.2.0",
4
+ "version": "4.2.1",
5
5
  "type": "module",
6
6
  "homepage": "https://xandemon.github.io/developer-icons",
7
7
  "repository": {