Skip to content

Commit

Permalink
chore(release): 1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.5](v1.1.4...v1.1.5) (2020-06-07)

### Bug Fixes

* **packages:** update npm packages ([298d448](298d448))
* **recaptcha v3 component:** state update warning ([fa97b8a](fa97b8a)), closes [#32](#32)
  • Loading branch information
antokara committed Jun 7, 2020
1 parent fa97b8a commit 31fc74c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.5](https://github.com/antokara/react-recaptcha-x/compare/v1.1.4...v1.1.5) (2020-06-07)


### Bug Fixes

* **packages:** update npm packages ([298d448](https://github.com/antokara/react-recaptcha-x/commit/298d4486ace24206879bdbf35de443109c1263ed))
* **recaptcha v3 component:** state update warning ([fa97b8a](https://github.com/antokara/react-recaptcha-x/commit/fa97b8aeae2d9e18a8726c7ea22751870a9e1a11)), closes [#32](https://github.com/antokara/react-recaptcha-x/issues/32)

## [1.1.4](https://github.com/antokara/react-recaptcha-x/compare/v1.1.3...v1.1.4) (2020-05-08)


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.1.4",
"version": "1.1.5",
"description": "a React component for Google's reCAPTCHA v3 and v2 (checkbox) component",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 31fc74c

Please sign in to comment.