ng-recaptcha-2 21.0.0 → 21.0.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ <a name="21.0.1"></a>
2
+
3
+ ## [21.0.1](https://github.com/LakhveerChahal/ng-recaptcha-2/compare/v16.0.0...v21.0.1) (2025-11-23)
4
+
1
5
  <a name="21.0.0"></a>
2
6
 
3
7
  # [21.0.0](https://github.com/LakhveerChahal/ng-recaptcha-2/compare/v16.0.0...v21.0.0) (2025-11-23)
package/README.md CHANGED
@@ -206,6 +206,7 @@ Besides specifying these options on the component itself, you can provide a glob
206
206
 
207
207
  | `ng-recaptcha-2` version | Supported Angular versions |
208
208
  | ------------------------ | -------------------------- |
209
+ | `21.x.x` | `21.x.x` |
209
210
  | `16.x.x` | `20.x.x` |
210
211
  | `15.x.x` | `19.x.x` |
211
212
  | `14.x.x` | `18.x.x` |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ng-recaptcha-2",
3
3
  "description": "Angular component for Google reCAPTCHA for Angular v18 and onwards",
4
- "version": "21.0.0",
4
+ "version": "21.0.1",
5
5
  "author": "Ruslan Arkhipau <dethariel@gmail.com>",
6
6
  "license": "MIT",
7
7
  "repository": {