Skip to content

Commit

Permalink
chore: release 2.0.0 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 30, 2020
1 parent 30a105e commit 4fc3f84
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/google-cloud-asset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

## [2.0.0](https://github.com/googleapis/nodejs-asset/compare/v1.6.1...v2.0.0) (2020-01-30)


### ⚠ BREAKING CHANGES

* removes projectPath helper, instead use "projects/${project}".

### Features

* converts library to TypeScript adding v1p1beta1 surface ([#250](https://github.com/googleapis/nodejs-asset/issues/250)) ([54c1c48](https://github.com/googleapis/nodejs-asset/commit/54c1c48ebe364b665763fe056bd89401d11e020b))

### [1.6.1](https://github.com/googleapis/nodejs-asset/compare/v1.6.0...v1.6.1) (2020-01-28)


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": "1.6.1",
"version": "2.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 180000"
},
"dependencies": {
"@google-cloud/asset": "^1.6.1",
"@google-cloud/asset": "^2.0.0",
"@google-cloud/storage": "^4.0.0",
"uuid": "^3.3.2",
"yargs": "^15.0.0"
Expand Down

0 comments on commit 4fc3f84

Please sign in to comment.