Skip to content

Commit

Permalink
chore: release 2.3.0 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and bcoe committed Dec 12, 2019
1 parent 58d2b77 commit 9f35fad
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

## [2.3.0](https://www.github.com/googleapis/nodejs-security-center/compare/v2.2.2...v2.3.0) (2019-12-10)


### Features

* support resource descriptors ([#174](https://www.github.com/googleapis/nodejs-security-center/issues/174)) ([a55b223](https://www.github.com/googleapis/nodejs-security-center/commit/a55b2232a821ddcbe1132eab2f1e5873bc5e96f2))


### Bug Fixes

* **deps:** pin TypeScript below 3.7.0 ([121d969](https://www.github.com/googleapis/nodejs-security-center/commit/121d9696bcc9453d497a53e40c4679a63793673c))

### [2.2.2](https://www.github.com/googleapis/nodejs-security-center/compare/v2.2.1...v2.2.2) (2019-11-15)


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": "2.2.2",
"version": "2.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 @@ -9,7 +9,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/security-center": "^2.2.2"
"@google-cloud/security-center": "^2.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 9f35fad

Please sign in to comment.