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.0.0 (#488)
Browse files Browse the repository at this point in the history
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] committed Jun 6, 2022
1 parent c825bb4 commit 8bcf5aa
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

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

## [6.0.0](https://github.com/googleapis/nodejs-security-center/compare/v5.11.0...v6.0.0) (2022-06-03)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#486)

### Features

* Add compliances, processes and exfiltration fields to findings attributes. They contain compliance information about a security standard indicating unmet recommendations, represents operating system processes, and data exfiltration attempt of one... ([#490](https://github.com/googleapis/nodejs-security-center/issues/490)) ([c825bb4](https://github.com/googleapis/nodejs-security-center/commit/c825bb42d8a9fcef8f256b25d8d47404895308c7))


### Build System

* update library to use Node 12 ([#486](https://github.com/googleapis/nodejs-security-center/issues/486)) ([eb30121](https://github.com/googleapis/nodejs-security-center/commit/eb3012173641734f6ac459560074aa91ffee02f7))

## [5.11.0](https://github.com/googleapis/nodejs-security-center/compare/v5.10.0...v5.11.0) (2022-05-06)


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": "5.11.0",
"version": "6.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": "5.11.0",
"version": "6.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": "5.11.0",
"version": "6.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": "5.11.0",
"version": "6.0.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": "^2.0.0",
"@google-cloud/security-center": "^5.11.0"
"@google-cloud/security-center": "^6.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 8bcf5aa

Please sign in to comment.