Skip to content

Commit 7c25ebc

Browse files
chore: release main
1 parent 5841968 commit 7c25ebc

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"packages/google-cloud-policytroubleshooter-iam": "0.4.0",
104104
"packages/google-cloud-privatecatalog": "3.2.0",
105105
"packages/google-cloud-rapidmigrationassessment": "1.2.0",
106-
"packages/google-cloud-recaptchaenterprise": "5.7.0",
106+
"packages/google-cloud-recaptchaenterprise": "5.8.0",
107107
"packages/google-cloud-recommender": "6.3.0",
108108
"packages/google-cloud-redis": "4.2.0",
109109
"packages/google-cloud-resourcemanager": "5.2.0",

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "9a2060a6a3baca737c6a6239512977149737154a",
9+
"message": "[recaptchaenterprise]Add Fraud Prevention settings field",
10+
"issues": [
11+
"5281"
12+
]
13+
}
14+
],
15+
"version": "5.8.0",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@google-cloud/recaptcha-enterprise",
18+
"id": "e29c1951-be16-41a9-8d7c-86844080a3da",
19+
"createTime": "2024-04-25T20:50:00.794Z"
20+
},
421
{
522
"changes": [
623
{
@@ -28741,5 +28758,5 @@
2874128758
"createTime": "2023-01-28T04:18:24.718Z"
2874228759
}
2874328760
],
28744-
"updateTime": "2024-04-23T19:50:23.311Z"
28761+
"updateTime": "2024-04-25T20:50:00.794Z"
2874528762
}

packages/google-cloud-recaptchaenterprise/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [5.8.0](https://github.com/googleapis/google-cloud-node/compare/recaptcha-enterprise-v5.7.0...recaptcha-enterprise-v5.8.0) (2024-04-25)
8+
9+
10+
### Features
11+
12+
* [recaptchaenterprise]Add Fraud Prevention settings field ([#5281](https://github.com/googleapis/google-cloud-node/issues/5281)) ([9a2060a](https://github.com/googleapis/google-cloud-node/commit/9a2060a6a3baca737c6a6239512977149737154a))
13+
714
## [5.7.0](https://github.com/googleapis/google-cloud-node/compare/recaptcha-enterprise-v5.6.0...recaptcha-enterprise-v5.7.0) (2024-04-05)
815

916

packages/google-cloud-recaptchaenterprise/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://github.com/googleapis/google-cloud-node.git"
66
},
77
"name": "@google-cloud/recaptcha-enterprise",
8-
"version": "5.7.0",
8+
"version": "5.8.0",
99
"author": "Google LLC",
1010
"description": "reCAPTCHA Enterprise API client for Node.js",
1111
"main": "build/src/index.js",

packages/google-cloud-recaptchaenterprise/samples/package.json

Lines changed: 1 addition & 1 deletion
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": "^5.7.0"
16+
"@google-cloud/recaptcha-enterprise": "^5.8.0"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

0 commit comments

Comments
 (0)