@masters-ws/react-seo 1.4.2 → 1.4.3

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 +2 -2
package/README.md CHANGED
@@ -1463,6 +1463,16 @@ interface SEOData {
1463
1463
 
1464
1464
  ---
1465
1465
 
1466
+ ## 💙 Affiliate Program
1467
+
1468
+ Love this package? Join the **Outrank Affiliate Program** and earn **30% lifetime recurring commission** on every referral!
1469
+
1470
+ 1. **Join here:** [Outrank Affiliate Program](https://outrank.so/?via=shadi)
1471
+ 2. **Earn:** 30% commission for the lifetime of the customer.
1472
+ 3. **Bonus:** Use coupon code **`SHADI`** for **10% off** on all payments within the first month for your friends.
1473
+
1474
+ ---
1475
+
1466
1476
  ## License
1467
1477
 
1468
1478
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masters-ws/react-seo",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "Professional high-performance SEO package for React/Next.js. Zero-dependency core for Next.js App Router, optional Helmet components for React.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -52,4 +52,4 @@
52
52
  "react-dom": "^18.0.0",
53
53
  "react-helmet-async": "^2.0.4"
54
54
  }
55
- }
55
+ }