Skip to content

Commit

Permalink
chore: release 3.1.0 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 11, 2020
1 parent 2129e2e commit f40a1ec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/google-cloud-securitycenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [3.1.0](https://github.com/googleapis/nodejs-security-center/compare/v3.0.1...v3.1.0) (2020-03-06)


### Features

* deferred client initialization ([#230](https://github.com/googleapis/nodejs-security-center/issues/230)) ([e6ee806](https://github.com/googleapis/nodejs-security-center/commit/e6ee8064285adfb64666dd976da401a123c0d8a1))
* export protos in src/index.ts ([f3b2f47](https://github.com/googleapis/nodejs-security-center/commit/f3b2f477aa0af4d3f5a5c1d3b191643986f1c48b))


### Bug Fixes

* updated timeout in service config ([280cba4](https://github.com/googleapis/nodejs-security-center/commit/280cba439c681fcf7be0b936f052ebdaf215c850))

### [3.0.1](https://github.com/googleapis/nodejs-security-center/compare/v3.0.0...v3.0.1) (2020-02-07)


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": "3.0.1",
"version": "3.1.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": "^1.5.0",
"@google-cloud/security-center": "^3.0.1"
"@google-cloud/security-center": "^3.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit f40a1ec

Please sign in to comment.