Skip to content

Commit

Permalink
Release v0.2.1 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and callmehiphop committed Mar 14, 2019
1 parent ec74288 commit f665c7d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions packages/google-cloud-asset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@

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

## v0.2.1

03-13-2019 21:45 PDT

### Bug Fixes
- fix: throw on invalid credentials

### Documentation
- docs: use backticks for JS values ([#116](https://github.com/googleapis/nodejs-asset/pull/116))
- docs: update jsdoc samples and json import paths ([#115](https://github.com/googleapis/nodejs-asset/pull/115))
- docs: update links in contrib guide ([#108](https://github.com/googleapis/nodejs-asset/pull/108))
- docs: update contributing path in README ([#100](https://github.com/googleapis/nodejs-asset/pull/100))
- docs: move CONTRIBUTING.md to root ([#99](https://github.com/googleapis/nodejs-asset/pull/99))
- docs: add lint/fix example to contributing guide ([#97](https://github.com/googleapis/nodejs-asset/pull/97))

### Internal / Testing Changes
- build: Add docuploader credentials to node publish jobs ([#113](https://github.com/googleapis/nodejs-asset/pull/113))
- build: use node10 to run samples-test, system-test etc ([#112](https://github.com/googleapis/nodejs-asset/pull/112))
- build: update release configuration
- chore: update proto formatting
- chore(deps): update dependency mocha to v6
- build: use linkinator for docs test ([#107](https://github.com/googleapis/nodejs-asset/pull/107))
- fix(deps): update dependency yargs to v13 ([#105](https://github.com/googleapis/nodejs-asset/pull/105))
- build: create docs test npm scripts ([#104](https://github.com/googleapis/nodejs-asset/pull/104))
- build: test using @grpc/grpc-js in CI ([#103](https://github.com/googleapis/nodejs-asset/pull/103))
- chore: ignore cache directories ([#102](https://github.com/googleapis/nodejs-asset/pull/102))
- refactor: improve generated code style. ([#96](https://github.com/googleapis/nodejs-asset/pull/96))

## v0.2.0

01-31-2019 10:32 PST
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/asset",
"description": "Cloud Asset API client for Node.js",
"version": "0.2.0",
"version": "0.2.1",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-asset/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha system-test --timeout 20000"
},
"dependencies": {
"@google-cloud/asset": "^0.2.0",
"@google-cloud/asset": "^0.2.1",
"@google-cloud/storage": "^2.3.0",
"uuid": "^3.3.2",
"yargs": "^13.0.0"
Expand Down

0 comments on commit f665c7d

Please sign in to comment.