Skip to content

Commit

Permalink
Release v0.1.2 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Jan 17, 2019
1 parent 773b278 commit 82c6d1f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/google-cloud-securitycenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

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

## v0.1.2

01-16-2019 16:03 PST

### Dependencies
- fix(deps): update dependency google-gax to ^0.23.0 ([#34](https://github.com/googleapis/nodejs-security-center/pull/34))

### Documentation
- docs: update jsdoc comments ([#36](https://github.com/googleapis/nodejs-security-center/pull/36))
- build: check broken links in generated docs ([#25](https://github.com/googleapis/nodejs-security-center/pull/25))
- docs: various doc changes in protos and generated source ([#31](https://github.com/googleapis/nodejs-security-center/pull/31))
- fix(docs): broken link to API ref docs ([#32](https://github.com/googleapis/nodejs-security-center/pull/32))
- docs: update the comments in the protos ([#30](https://github.com/googleapis/nodejs-security-center/pull/30))
- samples: add quickstart ([#33](https://github.com/googleapis/nodejs-security-center/pull/33))

## v0.1.1

01-02-2019 14:54 PST
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.1.1",
"version": "0.1.2",
"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.1.1"
"@google-cloud/security-center": "^0.1.2"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 82c6d1f

Please sign in to comment.