ng-recaptcha-2 15.0.0 → 15.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="15.0.1"></a>
2
+
3
+ ## [15.0.1](https://github.com/LakhveerChahal/ng-recaptcha-2/compare/v15.0.0...v15.0.1) (2024-11-22)
4
+
1
5
  <a name="14.0.0"></a>
2
6
 
3
7
  # 14.0.0 (2024-05-25)
package/README.md CHANGED
@@ -202,9 +202,10 @@ Besides specifying these options on the component itself, you can provide a glob
202
202
 
203
203
  ## <a name="angular-versions"></a>Angular version compatibility
204
204
 
205
- | `ng-recaptcha-2` version | Supported Angular versions |
206
- | -------------------------------------------------------------------------------- | ---------------------------------------------------- |
207
- | `14.x.x` | `18.x.x` |
205
+ | `ng-recaptcha-2` version | Supported Angular versions |
206
+ | ------------------------ | -------------------------- |
207
+ | `15.x.x` | `19.x.x` |
208
+ | `14.x.x` | `18.x.x` |
208
209
 
209
210
  | `ng-recaptcha` version | Supported Angular versions |
210
211
  | -------------------------------------------------------------------------------- | ---------------------------------------------------- |
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": "15.0.0",
4
+ "version": "15.0.1",
5
5
  "author": "Ruslan Arkhipau <dethariel@gmail.com>",
6
6
  "license": "MIT",
7
7
  "repository": {