Skip to content

Commit 91bc91b

Browse files
chore: release 5.0.0 (#287)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ccf04e7 commit 91bc91b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

packages/google-cloud-securitycenter/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

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

7+
## [5.0.0](https://www.github.com/googleapis/nodejs-security-center/compare/v4.0.0...v5.0.0) (2020-06-15)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* Removed 'having' as a field in the List and Group Finding and Asset requests.
13+
14+
### Features
15+
16+
* add Resource to the v1 NotificationMessage, update protos ([#286](https://www.github.com/googleapis/nodejs-security-center/issues/286)) ([f810e5e](https://www.github.com/googleapis/nodejs-security-center/commit/f810e5e9f0791050616273f06bebc3ea05617e7f))
17+
18+
19+
### Bug Fixes
20+
21+
* handle fallback option properly ([#284](https://www.github.com/googleapis/nodejs-security-center/issues/284)) ([f714260](https://www.github.com/googleapis/nodejs-security-center/commit/f71426053da4eb2416ebd593862e89c0d5557827))
22+
723
## [4.0.0](https://www.github.com/googleapis/nodejs-security-center/compare/v3.1.0...v4.0.0) (2020-06-04)
824

925

packages/google-cloud-securitycenter/package.json

+1-1
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": "4.0.0",
4+
"version": "5.0.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "Apache-2.0",
1515
"dependencies": {
1616
"@google-cloud/pubsub": "^2.0.0",
17-
"@google-cloud/security-center": "^4.0.0"
17+
"@google-cloud/security-center": "^5.0.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)