Skip to content

Commit

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


### Bug Fixes

* **package:** fix publishing empty package ([e4685fe](https://github.com/DethAriel/ng-recaptcha/commit/e4685fe))



<a name="4.2.0"></a>
# [4.2.0](https://github.com/DethAriel/ng-recaptcha/compare/v4.1.1...v4.2.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.2.0"
version "4.2.1"
resolved "../ng-recaptcha-latest.tgz#ec1bf64ac675688613031efd9453edd256a69f27"
integrity sha1-SA9P8aSgOX8GxNccmd97ir3lU3g=
integrity sha1-aufrf9IPKkZ6DxJa0HLbndIQYME=
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.0",
"version": "4.2.1",
"description": "Angular component for Google reCAPTCHA",
"scripts": {
"demo": "yarn demo:serve",
Expand Down

0 comments on commit cd350d7

Please sign in to comment.