Skip to content

Commit

Permalink
Bump to v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-radu committed Feb 23, 2023
1 parent 28104f4 commit dcbccea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.9] - 2022-02-23

### Added

- This changelog.
Expand Down Expand Up @@ -124,7 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `ReCaptcha`: React component to render a Google reCAPTCHA v2 widget.

[unreleased]: https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.8...HEAD
[unreleased]: https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.9...HEAD
[1.0.9]: https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.8...v1.0.9
[1.0.8]: https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.7...v1.0.8
[1.0.7]: https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.6...v1.0.7
[1.0.6]: https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.5...v1.0.6
Expand Down
4 changes: 2 additions & 2 deletions 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": "@matt-block/react-recaptcha-v2",
"version": "1.0.8",
"version": "1.0.9",
"description": "Google reCAPTCHA v2 React component that does not pollute the DOM",
"main": "lib/index.esm.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit dcbccea

Please sign in to comment.