Skip to content

Commit

Permalink
4.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DethAriel committed Feb 8, 2019
1 parent df35ddc commit 33639de
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="4.3.0-beta.1"></a>
# [4.3.0-beta.1](https://github.com/DethAriel/ng-recaptcha/compare/v4.2.1...v4.3.0-beta.1) (2019-02-08)


### Features

* **component:** add support for reCAPTCHA v3 ([4a083c6](https://github.com/DethAriel/ng-recaptcha/commit/4a083c6)), closes [#129](https://github.com/DethAriel/ng-recaptcha/issues/129)



<a name="4.2.1"></a>
## [4.2.1](https://github.com/DethAriel/ng-recaptcha/compare/v4.2.0...v4.2.1) (2018-10-24)

Expand Down
4 changes: 2 additions & 2 deletions demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4138,9 +4138,9 @@ neo-async@^2.5.0:
integrity sha512-MFh0d/Wa7vkKO3Y3LlacqAEeHK0mckVqzDieUKTT+KGxi+zIpeVsFxymkIiRpbpDziHc290Xr9A1O4Om7otoRA==

ng-recaptcha@../ng-recaptcha-latest.tgz:
version "4.2.1"
version "4.3.0-beta.1"
resolved "../ng-recaptcha-latest.tgz#ec1bf64ac675688613031efd9453edd256a69f27"
integrity sha1-aufrf9IPKkZ6DxJa0HLbndIQYME=
integrity sha1-a/tx4qoQIJeHn1oDFKJrKWu80Zc=
optionalDependencies:
"@types/grecaptcha" "^2.0.33"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-recaptcha",
"version": "4.2.1",
"version": "4.3.0-beta.1",
"description": "Angular component for Google reCAPTCHA",
"scripts": {
"demo": "yarn demo:serve",
Expand Down

0 comments on commit 33639de

Please sign in to comment.