From 4f461bf8b86f98411bafa6a0070ee46152f5f135 Mon Sep 17 00:00:00 2001 From: Ruslan Arkhipau Date: Mon, 31 Jul 2023 11:53:13 -0700 Subject: [PATCH] 12.0.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- projects/ng-recaptcha/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bee71d..5dcbefd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + + +## [12.0.2](https://github.com/DethAriel/ng-recaptcha/compare/v12.0.1...v12.0.2) (2023-07-31) + +### Bug Fixes + +- **component:** set CSP nonce as attribute ([abcb9a6](https://github.com/DethAriel/ng-recaptcha/commit/abcb9a6)) + ## [12.0.1](https://github.com/DethAriel/ng-recaptcha/compare/v12.0.0...v12.0.1) (2023-05-24) diff --git a/package.json b/package.json index fb31117..4fa1077 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ng-recaptcha-base", "private": true, - "version": "12.0.1", + "version": "12.0.2", "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", diff --git a/projects/ng-recaptcha/package.json b/projects/ng-recaptcha/package.json index 2a0508f..f2f4cee 100644 --- a/projects/ng-recaptcha/package.json +++ b/projects/ng-recaptcha/package.json @@ -1,7 +1,7 @@ { "name": "ng-recaptcha", "description": "Angular component for Google reCAPTCHA", - "version": "12.0.1", + "version": "12.0.2", "author": "Ruslan Arkhipau ", "license": "MIT", "repository": {