Skip to content

Commit

Permalink
Release @google-cloud/security-center v0.1.1 (#28)
Browse files Browse the repository at this point in the history
* Release v0.1.1

* Update CHANGELOG.md
  • Loading branch information
jkwlui authored Jan 3, 2019
1 parent a18af08 commit e911853
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions packages/google-cloud-securitycenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@

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

## v0.1.1

01-02-2019 14:54 PST

### Documentation
- fix(docs): require stmt (#29)
- add missing namespaces ([#27](https://github.com/googleapis/nodejs-security-center/pull/27))
- fix(docs): fix require module in samples ([#26](https://github.com/googleapis/nodejs-security-center/pull/26))

### Internal / Testing Changes
- chore(build): inject yoshi automation key ([#23](https://github.com/googleapis/nodejs-security-center/pull/23))
- chore: update nyc and eslint configs ([#22](https://github.com/googleapis/nodejs-security-center/pull/22))
- chore: fix publish.sh permission +x ([#20](https://github.com/googleapis/nodejs-security-center/pull/20))
- fix(build): fix Kokoro release script ([#19](https://github.com/googleapis/nodejs-security-center/pull/19))
- build: add Kokoro configs for autorelease ([#18](https://github.com/googleapis/nodejs-security-center/pull/18))
- chore: add synth.metadata ([#17](https://github.com/googleapis/nodejs-security-center/pull/17))
- chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 ([#12](https://github.com/googleapis/nodejs-security-center/pull/12))
- chore: always nyc report before calling codecov ([#15](https://github.com/googleapis/nodejs-security-center/pull/15))
- chore: nyc ignore build/test by default ([#14](https://github.com/googleapis/nodejs-security-center/pull/14))
- docs: update readme badges ([#11](https://github.com/googleapis/nodejs-security-center/pull/11))

## v0.1.0

This is the initial release of the Cloud Security Center API Node.js client library.
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.0",
"version": "0.1.1",
"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 @@ -7,7 +7,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/security-center": "^0.1.0"
"@google-cloud/security-center": "^0.1.1"
},
"devDependencies": {
"mocha": "^5.2.0"
Expand Down

0 comments on commit e911853

Please sign in to comment.