Skip to content

Commit

Permalink
4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DethAriel committed Oct 24, 2018
1 parent 3374f09 commit 9395b82
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.1.1"></a>
## [4.1.1](https://github.com/DethAriel/ng-recaptcha/compare/v4.1.0...v4.1.1) (2018-10-24)


### Bug Fixes

* **component:** delay invisible recaptcha execution until it's rendered ([99292b7](https://github.com/DethAriel/ng-recaptcha/commit/99292b7)), closes [#127](https://github.com/DethAriel/ng-recaptcha/issues/127)



<a name="4.1.0"></a>
# [4.1.0](https://github.com/DethAriel/ng-recaptcha/compare/v4.0.0...v4.1.0) (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.1.0"
version "4.1.1"
resolved "../ng-recaptcha-latest.tgz#ec1bf64ac675688613031efd9453edd256a69f27"
integrity sha1-dBAtAOa0/CEkf/Pkxumfw+QH838=
integrity sha1-djdqZ+OuDPacV8Ubgn4u/UldWeM=
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.1.0",
"version": "4.1.1",
"description": "Angular component for Google reCAPTCHA",
"scripts": {
"demo": "yarn demo:serve",
Expand Down

0 comments on commit 9395b82

Please sign in to comment.