Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 6d8a7d8

Browse files
chore(main): release 3.0.1 (#386)
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 1d571f3 commit 6d8a7d8

5 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [3.0.1](https://github.com/googleapis/nodejs-recaptcha-enterprise/compare/v3.0.0...v3.0.1) (2022-06-16)
8+
9+
10+
### Bug Fixes
11+
12+
* set the right field number for reCAPTCHA private password leak ([#385](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/385)) ([1d571f3](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/1d571f3eb1eeb8f83bb52a32a39ee527e8411af1))
13+
714
## [3.0.0](https://github.com/googleapis/nodejs-recaptcha-enterprise/compare/v2.5.0...v3.0.0) (2022-05-19)
815

916

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repository": "googleapis/nodejs-recaptcha-enterprise",
33
"name": "@google-cloud/recaptcha-enterprise",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"author": "Google LLC",
66
"description": "reCAPTCHA Enterprise API client for Node.js",
77
"main": "build/src/index.js",

samples/generated/v1/snippet_metadata.google.cloud.recaptchaenterprise.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-recaptchaenterprise",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/generated/v1beta1/snippet_metadata.google.cloud.recaptchaenterprise.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-recaptchaenterprise",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "echo add tests"
1414
},
1515
"dependencies": {
16-
"@google-cloud/recaptcha-enterprise": "^3.0.0"
16+
"@google-cloud/recaptcha-enterprise": "^3.0.1"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

0 commit comments

Comments
 (0)