tech-stack-icons 3.3.1 → 3.3.2

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Tech Stack Icons
2
2
 
3
- A Typesafe React component for rendering over **265+ original SVG icons** for the most-used design & development tools, frameworks, and AI services.
3
+ A Typesafe React component for rendering over **395+ original SVG icons** for the most-used design & development tools, frameworks, and AI services.
4
4
 
5
5
  ---
6
6
 
@@ -14,7 +14,7 @@ A Typesafe React component for rendering over **265+ original SVG icons** for th
14
14
 
15
15
  ## ✨ Features
16
16
 
17
- - 265+ original SVG icons
17
+ - 395+ original SVG icons
18
18
  - Light, Dark, and Grayscale variants
19
19
  - Fully typed with TypeScript autocomplete
20
20
  - Zero dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tech-stack-icons",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {