shadow-plyr 1.1.0 → 1.2.0

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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,16 @@
8
8
 
9
9
  ---
10
10
 
11
+ ## ❤️ Support the Project
12
+
13
+ If **shadow-plyr** helps you, consider supporting development:
14
+
15
+ [![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-support-yellow?logo=buy-me-a-coffee)](https://www.buymeacoffee.com/YOUR_USERNAME)
16
+
17
+ Your support helps maintain and improve the Shadow Web Components ecosystem.
18
+
19
+ ---
20
+
11
21
  ## ✨ Features
12
22
 
13
23
  - 🎯 Native Web Component `<shadow-plyr>`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shadow-plyr",
3
3
  "type": "module",
4
- "version": "1.1.0",
4
+ "version": "1.2.0",
5
5
  "description": "A fully customizable, responsive web component for video playback with advanced features.",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.js",