Skip to content

Commit

Permalink
Release @google-cloud/security-center v0.3.0 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Mar 15, 2019
1 parent 28c3403 commit 9712c1e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/google-cloud-securitycenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## v0.3.0

03-14-2019 07:55 PDT

**This release has breaking changes!** The `having` enum value from `GroupFindingsRequest` has been removed. This field was not supposed to be exposed.

### Bug Fixes
- fix: remove the `having` enum value from `GroupFindingsRequest` ([#67](https://github.com/googleapis/nodejs-security-center/pull/67))

### Documentation
- docs: use backticks for JS values

## v0.2.0

03-12-2019 16:11 PDT
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": "0.2.0",
"version": "0.3.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 @@ -10,7 +10,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/security-center": "^0.2.0"
"@google-cloud/security-center": "^0.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 9712c1e

Please sign in to comment.