Skip to content

Commit 5e5dbf4

Browse files
chore(main): release 6.1.0 (#496)
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 3d29de2 commit 5e5dbf4

6 files changed

+13
-5
lines changed

packages/google-cloud-securitycenter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
## [6.1.0](https://github.com/googleapis/nodejs-security-center/compare/v6.0.0...v6.1.0) (2022-07-04)
8+
9+
10+
### Features
11+
12+
* Added contacts field to findings attributes, specifying Essential Contacts defined at org, folder or project level within a GCP org ([3937d33](https://github.com/googleapis/nodejs-security-center/commit/3937d335f081077364f52253e72d028389cd3602))
13+
* support regapic LRO ([#495](https://github.com/googleapis/nodejs-security-center/issues/495)) ([7bfc2bd](https://github.com/googleapis/nodejs-security-center/commit/7bfc2bd641078d5a3b46950d61d77bac3b1b077b))
14+
715
## [6.0.0](https://github.com/googleapis/nodejs-security-center/compare/v5.11.0...v6.0.0) (2022-06-03)
816

917

packages/google-cloud-securitycenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/security-center",
33
"description": "Cloud Security Command Center API client for Node.js",
4-
"version": "6.0.0",
4+
"version": "6.1.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-securitycenter/samples/generated/v1/snippet_metadata.google.cloud.securitycenter.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-securitycenter",
4-
"version": "6.0.0",
4+
"version": "6.1.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-securitycenter/samples/generated/v1beta1/snippet_metadata.google.cloud.securitycenter.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-securitycenter",
4-
"version": "6.0.0",
4+
"version": "6.1.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-securitycenter/samples/generated/v1p1beta1/snippet_metadata.google.cloud.securitycenter.v1p1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-securitycenter",
4-
"version": "6.0.0",
4+
"version": "6.1.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "Apache-2.0",
1515
"dependencies": {
1616
"@google-cloud/pubsub": "^3.0.0",
17-
"@google-cloud/security-center": "^6.0.0"
17+
"@google-cloud/security-center": "^6.1.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)