Skip to content

Commit 6af73a9

Browse files
authored
Release @google-cloud/asset v0.3.0 (#121)
* Release v0.3.0 * Update CHANGELOG.md
1 parent 1d1860e commit 6af73a9

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

packages/google-cloud-asset/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

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

7+
## v0.3.0
8+
9+
03-19-2019 11:42 PDT
10+
11+
This release ships the v1 version of the backend API.
12+
13+
Create the v1 client:
14+
15+
```javascript
16+
const asset = require('@google-cloud/asset');
17+
const client = new asset.v1.AssetServiceClient();
18+
```
19+
20+
### New Features
21+
- feat: add the v1 version of the API ([#120](https://github.com/googleapis/nodejs-asset/pull/120))
22+
23+
### Internal / Testing Changes
24+
- build: use per-repo publish token ([#119](https://github.com/googleapis/nodejs-asset/pull/119))
25+
726
## v0.2.1
827

928
03-13-2019 21:45 PDT

packages/google-cloud-asset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/asset",
33
"description": "Cloud Asset API client for Node.js",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-asset/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha system-test --timeout 20000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/asset": "^0.2.1",
18+
"@google-cloud/asset": "^0.3.0",
1919
"@google-cloud/storage": "^2.3.0",
2020
"uuid": "^3.3.2",
2121
"yargs": "^13.0.0"

0 commit comments

Comments
 (0)