Skip to content

Commit

Permalink
Release @google-cloud/asset v0.3.0 (#121)
Browse files Browse the repository at this point in the history
* Release v0.3.0

* Update CHANGELOG.md
  • Loading branch information
jkwlui authored Mar 20, 2019
1 parent 1d1860e commit 6af73a9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions packages/google-cloud-asset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

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

## v0.3.0

03-19-2019 11:42 PDT

This release ships the v1 version of the backend API.

Create the v1 client:

```javascript
const asset = require('@google-cloud/asset');
const client = new asset.v1.AssetServiceClient();
```

### New Features
- feat: add the v1 version of the API ([#120](https://github.com/googleapis/nodejs-asset/pull/120))

### Internal / Testing Changes
- build: use per-repo publish token ([#119](https://github.com/googleapis/nodejs-asset/pull/119))

## v0.2.1

03-13-2019 21:45 PDT
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.1",
"version": "0.3.0",
"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.1",
"@google-cloud/asset": "^0.3.0",
"@google-cloud/storage": "^2.3.0",
"uuid": "^3.3.2",
"yargs": "^13.0.0"
Expand Down

0 comments on commit 6af73a9

Please sign in to comment.