Skip to content

Commit

Permalink
chore: release 1.11.0 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 12, 2020
1 parent 8ffc1b6 commit ebc8d2d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-automl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

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

## [1.11.0](https://www.github.com/googleapis/nodejs-automl/compare/v1.10.1...v1.11.0) (2020-03-12)


### Features

* deferred client initialization ([83ea415](https://www.github.com/googleapis/nodejs-automl/commit/83ea4156e8d57b65989d0ca8abc7ec39a45f3a82))
* move to typescript code generation ([#332](https://www.github.com/googleapis/nodejs-automl/issues/332)) ([17f0d7a](https://www.github.com/googleapis/nodejs-automl/commit/17f0d7ab8393616a0aff557206cc233941782080))
* publish proto updates for v1beta1 surface ([8b4a2b5](https://www.github.com/googleapis/nodejs-automl/commit/8b4a2b578629a624a1e9a318d6f3c503171fcc49))

### [1.10.1](https://www.github.com/googleapis/nodejs-automl/compare/v1.10.0...v1.10.1) (2020-01-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-automl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/automl",
"description": "Cloud AutoML API client for Node.js",
"version": "1.10.1",
"version": "1.11.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-automl/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"!test/"
],
"dependencies": {
"@google-cloud/automl": "^1.10.1",
"@google-cloud/automl": "^1.11.0",
"csv": "^5.1.3",
"mathjs": "^6.0.0",
"yargs": "^15.0.0"
Expand Down

0 comments on commit ebc8d2d

Please sign in to comment.