Skip to content

Commit

Permalink
chore(main): release 3.0.2 (#388)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [3.0.2](googleapis/nodejs-recaptcha-enterprise@v3.0.1...v3.0.2) (2022-06-30)


### Bug Fixes

* **docs:** describe fallback rest option ([#387](googleapis/nodejs-recaptcha-enterprise#387)) ([fe11f09](googleapis/nodejs-recaptcha-enterprise@fe11f09))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Jun 30, 2022
1 parent a55ba02 commit 5a14dc4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-recaptchaenterprise/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/@google-cloud/recaptcha-enterprise?activeTab=versions

## [3.0.2](https://github.com/googleapis/nodejs-recaptcha-enterprise/compare/v3.0.1...v3.0.2) (2022-06-30)


### Bug Fixes

* **docs:** describe fallback rest option ([#387](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/387)) ([fe11f09](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/fe11f09fb6b12af1194ac63bccec4c6a79f5d9a4))

## [3.0.1](https://github.com/googleapis/nodejs-recaptcha-enterprise/compare/v3.0.0...v3.0.1) (2022-06-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-recaptchaenterprise/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repository": "googleapis/nodejs-recaptcha-enterprise",
"name": "@google-cloud/recaptcha-enterprise",
"version": "3.0.1",
"version": "3.0.2",
"author": "Google LLC",
"description": "reCAPTCHA Enterprise API client for Node.js",
"main": "build/src/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-recaptchaenterprise",
"version": "3.0.1",
"version": "3.0.2",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-recaptchaenterprise",
"version": "3.0.1",
"version": "3.0.2",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "echo add tests"
},
"dependencies": {
"@google-cloud/recaptcha-enterprise": "^3.0.1"
"@google-cloud/recaptcha-enterprise": "^3.0.2"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 5a14dc4

Please sign in to comment.