Skip to content

Commit

Permalink
chore: release 2.2.0 (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 29, 2020
1 parent ce3903e commit eb6e655
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/google-cloud-automl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [2.2.0](https://www.github.com/googleapis/nodejs-automl/compare/v2.1.0...v2.2.0) (2020-06-28)


### Features

* move ts target to es2018 from es2016 ([#406](https://www.github.com/googleapis/nodejs-automl/issues/406)) ([c24dcc2](https://www.github.com/googleapis/nodejs-automl/commit/c24dcc2cf62ea62b1f187fb116652404d5f7cf05))


### Bug Fixes

* proper fallback option handling ([25d1f25](https://www.github.com/googleapis/nodejs-automl/commit/25d1f250ba9c5d80f66ced3be3dd2aa404248bd1))

## [2.1.0](https://www.github.com/googleapis/nodejs-automl/compare/v2.0.0...v2.1.0) (2020-06-04)


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": "2.1.0",
"version": "2.2.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": "^2.1.0",
"@google-cloud/automl": "^2.2.0",
"csv": "^5.1.3",
"mathjs": "^7.0.0",
"yargs": "^15.0.0"
Expand Down

0 comments on commit eb6e655

Please sign in to comment.