Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.9...v1.1.0) (2020-01-09)

### Bug Fixes

* **packages:** update npm packages ([c3cdab8](c3cdab8))

### Features

* **recaptcha v3 component:** add refresh token fn ([81d53e3](81d53e3))
  • Loading branch information
antokara committed Jan 9, 2020
1 parent 018a711 commit edc1c34
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.1.0](https://github.com/antokara/react-recaptcha-x/compare/v1.0.9...v1.1.0) (2020-01-09)


### Bug Fixes

* **packages:** update npm packages ([c3cdab8](https://github.com/antokara/react-recaptcha-x/commit/c3cdab8bd2697761272b2792e125d89e4a0ad3d6))


### Features

* **recaptcha v3 component:** add refresh token fn ([81d53e3](https://github.com/antokara/react-recaptcha-x/commit/81d53e37030a170bc132ac3d28a000afe746ff23))

## [1.0.9](https://github.com/antokara/react-recaptcha-x/compare/v1.0.8...v1.0.9) (2019-12-14)


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

0 comments on commit edc1c34

Please sign in to comment.