Skip to content

Commit 06ba76f

Browse files
committed
Bump to v2.0.0
1 parent 6197b8e commit 06ba76f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.0] - 2022-03-01
11+
1012
### Added
1113

1214
- Test project for running tests on `ReCaptcha` with [Puppeteer](https://github.com/puppeteer/puppeteer).
@@ -26,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2628
- Improve build process and commands with `npm-run-all` and `shx`. This also allows the project to be developed using
2729
any platform.
2830

29-
## [1.0.9] - 2022-02-23
31+
## [1.0.9] - 2023-02-23
3032

3133
### Added
3234

@@ -145,7 +147,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145147

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

148-
[unreleased]: https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.9...HEAD
150+
[unreleased]: https://github.com/matei-radu/react-recaptcha-v2/compare/v2.0.0...HEAD
151+
[2.0.0]: https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.9...v2.0.0
149152
[1.0.9]: https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.8...v1.0.9
150153
[1.0.8]: https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.7...v1.0.8
151154
[1.0.7]: https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.6...v1.0.7

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matt-block/react-recaptcha-v2",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0",
44
"description": "Google reCAPTCHA v2 React component that does not pollute the DOM",
55
"main": "lib/index.esm.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)