Skip to content

Commit

Permalink
13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DethAriel committed Nov 25, 2023
1 parent f113111 commit 5d05cde
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="13.2.0"></a>

# [13.2.0](https://github.com/DethAriel/ng-recaptcha/compare/v13.1.0...v13.2.0) (2023-11-25)

### Features

- **component:** add a new `RECAPTCHA_LOADER_OPTIONS` injection token as a way of manipulating script load parameters (such as base URL, language, trusted types, WAF, etc) ([b3c7213](https://github.com/DethAriel/ng-recaptcha/commit/b3c7213))

<a name="13.1.0"></a>

# [13.1.0](https://github.com/DethAriel/ng-recaptcha/compare/v13.0.0...v13.1.0) (2023-11-24)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-recaptcha-base",
"private": true,
"version": "13.1.0",
"version": "13.2.0",
"scripts": {
"demo:file-gen": "ts-node --project ./tsconfig.node.json ./projects/demo/bin/file-gen.ts",
"demo:serve": "yarn demo:file-gen && ng serve demo",
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-recaptcha/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-recaptcha",
"description": "Angular component for Google reCAPTCHA",
"version": "13.1.0",
"version": "13.2.0",
"author": "Ruslan Arkhipau <[email protected]>",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 5d05cde

Please sign in to comment.