diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dcbefd..fa5e5cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + + +# [13.0.0](https://github.com/DethAriel/ng-recaptcha/compare/v12.0.2...v13.0.0) (2023-11-23) + +### Features + +- **package:** add Angular 17 support ([83714aa](https://github.com/DethAriel/ng-recaptcha/commit/83714aa)), closes [#310](https://github.com/DethAriel/ng-recaptcha/issues/310) + +### BREAKING CHANGES + +- **package:** - Angular v16 is no longer supported with this version. Pin `ng-recaptcha` to `v12.x.x` to retain support for a previous Angular version + ## [12.0.2](https://github.com/DethAriel/ng-recaptcha/compare/v12.0.1...v12.0.2) (2023-07-31) diff --git a/package.json b/package.json index 2079b7e..ba1d8df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ng-recaptcha-base", "private": true, - "version": "12.0.2", + "version": "13.0.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", diff --git a/projects/ng-recaptcha/package.json b/projects/ng-recaptcha/package.json index 542d754..f772a31 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.2", + "version": "13.0.0", "author": "Ruslan Arkhipau ", "license": "MIT", "repository": {