Skip to content

Commit

Permalink
chore(main): release 5.9.0 (#458)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Feb 7, 2022
1 parent fe83553 commit 50fb7db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/google-cloud-securitycenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## [5.9.0](https://github.com/googleapis/nodejs-security-center/compare/v5.8.0...v5.9.0) (2022-02-04)


### Features

* Release the access field in the v1 finding proto, which represents an access event tied to the finding ([6bbb738](https://github.com/googleapis/nodejs-security-center/commit/6bbb73850a1ed0ee3481ddbdc55c52e7bfa8fc0f))
* Release the access field in the v1 finding proto, which represents an access event tied to the finding docs: added more clarification around what event_time means on a v1 finding ([#457](https://github.com/googleapis/nodejs-security-center/issues/457)) ([6bbb738](https://github.com/googleapis/nodejs-security-center/commit/6bbb73850a1ed0ee3481ddbdc55c52e7bfa8fc0f))

## [5.8.0](https://www.github.com/googleapis/nodejs-security-center/compare/v5.7.0...v5.8.0) (2021-11-22)


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": "5.8.0",
"version": "5.9.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
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": "^2.0.0",
"@google-cloud/security-center": "^5.8.0"
"@google-cloud/security-center": "^5.9.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 50fb7db

Please sign in to comment.