Skip to content

Commit

Permalink
chore: release 1.0.0 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and bcoe committed May 13, 2019
1 parent d873ffe commit b47a5af
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
25 changes: 24 additions & 1 deletion packages/google-cloud-asset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@

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

## [1.0.0](https://www.github.com/googleapis/nodejs-asset/compare/v0.3.0...v1.0.0) (2019-05-11)


### Bug Fixes

* **deps:** update dependency google-gax to ^0.26.0 ([#132](https://www.github.com/googleapis/nodejs-asset/issues/132)) ([29dec78](https://www.github.com/googleapis/nodejs-asset/commit/29dec78))
* **deps:** update dependency google-gax to v1 ([#142](https://www.github.com/googleapis/nodejs-asset/issues/142)) ([c5d4508](https://www.github.com/googleapis/nodejs-asset/commit/c5d4508))
* include 'x-goog-request-params' header in requests ([#126](https://www.github.com/googleapis/nodejs-asset/issues/126)) ([ff57600](https://www.github.com/googleapis/nodejs-asset/commit/ff57600))


### Build System

* upgrade engines field to >=8.10.0 ([#134](https://www.github.com/googleapis/nodejs-asset/issues/134)) ([ad7814c](https://www.github.com/googleapis/nodejs-asset/commit/ad7814c))


### Features

* introduces 'expression text', deprecates version field ([#143](https://www.github.com/googleapis/nodejs-asset/issues/143)) ([4c35683](https://www.github.com/googleapis/nodejs-asset/commit/4c35683))


### BREAKING CHANGES

* upgrade engines field to >=8.10.0 (#134)

## v0.3.0

03-19-2019 11:42 PDT
Expand Down Expand Up @@ -115,4 +139,3 @@ const client = new asset.v1.AssetServiceClient();
## v0.1.0

Initial release of the Cloud Asset API.

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.3.0",
"version": "1.0.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 --timeout 40000"
},
"dependencies": {
"@google-cloud/asset": "^0.3.0",
"@google-cloud/asset": "^1.0.0",
"@google-cloud/storage": "^2.3.0",
"uuid": "^3.3.2",
"yargs": "^13.0.0"
Expand Down

0 comments on commit b47a5af

Please sign in to comment.