Skip to content

Commit 82c6d1f

Browse files
jkwluiJustinBeckwith
authored andcommitted
Release v0.1.2 (#37)
1 parent 773b278 commit 82c6d1f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

packages/google-cloud-securitycenter/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

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

7+
## v0.1.2
8+
9+
01-16-2019 16:03 PST
10+
11+
### Dependencies
12+
- fix(deps): update dependency google-gax to ^0.23.0 ([#34](https://github.com/googleapis/nodejs-security-center/pull/34))
13+
14+
### Documentation
15+
- docs: update jsdoc comments ([#36](https://github.com/googleapis/nodejs-security-center/pull/36))
16+
- build: check broken links in generated docs ([#25](https://github.com/googleapis/nodejs-security-center/pull/25))
17+
- docs: various doc changes in protos and generated source ([#31](https://github.com/googleapis/nodejs-security-center/pull/31))
18+
- fix(docs): broken link to API ref docs ([#32](https://github.com/googleapis/nodejs-security-center/pull/32))
19+
- docs: update the comments in the protos ([#30](https://github.com/googleapis/nodejs-security-center/pull/30))
20+
- samples: add quickstart ([#33](https://github.com/googleapis/nodejs-security-center/pull/33))
21+
722
## v0.1.1
823

924
01-02-2019 14:54 PST

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": "0.1.1",
4+
"version": "0.1.2",
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
@@ -10,7 +10,7 @@
1010
},
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@google-cloud/security-center": "^0.1.1"
13+
"@google-cloud/security-center": "^0.1.2"
1414
},
1515
"devDependencies": {
1616
"chai": "^4.2.0",

0 commit comments

Comments
 (0)