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

Commit

Permalink
chore(main): release 6.2.0 (#500)
Browse files Browse the repository at this point in the history
* chore(main): release 6.2.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 Aug 2, 2022
1 parent 4129598 commit c8a1371
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [6.2.0](https://github.com/googleapis/nodejs-security-center/compare/v6.1.0...v6.2.0) (2022-07-29)


### Features

* Added container field to findings attributes ([#499](https://github.com/googleapis/nodejs-security-center/issues/499)) ([4129598](https://github.com/googleapis/nodejs-security-center/commit/4129598a9b7e9a8975b7daa0d369ffcae9d25ae0))

## [6.1.0](https://github.com/googleapis/nodejs-security-center/compare/v6.0.0...v6.1.0) (2022-07-04)


Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "6.2.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.1.0",
"version": "6.2.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.1.0",
"version": "6.2.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.1.0",
"version": "6.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0"
"@google-cloud/security-center": "^6.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit c8a1371

Please sign in to comment.