Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2019-07-11)

### Bug Fixes

* **provider and components:** fix context prop type requirement ([34ed67c](34ed67c))
* **recaptcha v2:** optional props ([5461afc](5461afc))
* **recaptcha v2 interface props:** add html div props ([1e531f1](1e531f1))
  • Loading branch information
antokara committed Jul 11, 2019
1 parent f76d94c commit 75bbc3c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.4](https://github.com/antokara/react-recaptcha-x/compare/v1.0.3...v1.0.4) (2019-07-11)


### Bug Fixes

* **provider and components:** fix context prop type requirement ([34ed67c](https://github.com/antokara/react-recaptcha-x/commit/34ed67c))
* **recaptcha v2:** optional props ([5461afc](https://github.com/antokara/react-recaptcha-x/commit/5461afc))
* **recaptcha v2 interface props:** add html div props ([1e531f1](https://github.com/antokara/react-recaptcha-x/commit/1e531f1))

## [1.0.3](https://github.com/antokara/react-recaptcha-x/compare/v1.0.2...v1.0.3) (2019-07-05)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-recaptcha-x",
"version": "1.0.3",
"version": "1.0.4",
"description": "a React component for Google's reCAPTCHA v3 and v2 (checkbox) component",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 75bbc3c

Please sign in to comment.