Skip to content

Commit

Permalink
chore(main): release 7.0.0 (#512)
Browse files Browse the repository at this point in the history
* chore(main): release 7.0.0

* 🦉 Updates from OwlBot post-processor

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>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Nov 18, 2022
1 parent 939a353 commit b02c977
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions packages/google-cloud-securitycenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

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

## [7.0.0](https://github.com/googleapis/nodejs-security-center/compare/v6.3.1...v7.0.0) (2022-11-17)


### ⚠ BREAKING CHANGES

* Add files field to finding's list of attributes (#515)

### Features

* Add files field to finding's list of attributes ([#515](https://github.com/googleapis/nodejs-security-center/issues/515)) ([dc37101](https://github.com/googleapis/nodejs-security-center/commit/dc37101f4d2bb86ffa5a554ce8537bcf912d3d31))
* Added parent display name i.e. source display name for a finding as one of the finding attributes ([78f6033](https://github.com/googleapis/nodejs-security-center/commit/78f60334258c097ba7266fc89da14fa4972cfef9))


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#518](https://github.com/googleapis/nodejs-security-center/issues/518)) ([bd07a3f](https://github.com/googleapis/nodejs-security-center/commit/bd07a3fd5096642856c126fa7b7a62a48daae834))
* Preserve default values in x-goog-request-params header ([#511](https://github.com/googleapis/nodejs-security-center/issues/511)) ([78f6033](https://github.com/googleapis/nodejs-security-center/commit/78f60334258c097ba7266fc89da14fa4972cfef9))
* Regenerated protos JS and TS definitions ([#521](https://github.com/googleapis/nodejs-security-center/issues/521)) ([8969f05](https://github.com/googleapis/nodejs-security-center/commit/8969f058b475db04daa76f668fd64531a8379d10))

## [6.3.1](https://github.com/googleapis/nodejs-security-center/compare/v6.3.0...v6.3.1) (2022-09-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-securitycenter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/security-center",
"description": "Cloud Security Command Center API client for Node.js",
"version": "6.3.1",
"version": "7.0.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-securitycenter",
"version": "6.3.1",
"version": "7.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-securitycenter",
"version": "6.3.1",
"version": "7.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-securitycenter",
"version": "6.3.1",
"version": "7.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-securitycenter/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/pubsub": "^3.0.0",
"@google-cloud/security-center": "^6.3.1"
"@google-cloud/security-center": "^7.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit b02c977

Please sign in to comment.