Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
chore: release 2.1.0 (#398)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jun 4, 2020
1 parent 4aaccdd commit 632d7e3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,20 @@

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

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


### Features

* check status of long running operation by its name ([#397](https://www.github.com/googleapis/nodejs-automl/issues/397)) ([3edf825](https://www.github.com/googleapis/nodejs-automl/commit/3edf82526f57ff4ba60df39ea56956886cd6a123))


### Bug Fixes

* clean up synth.py for multiple version ([#396](https://www.github.com/googleapis/nodejs-automl/issues/396)) ([a356064](https://www.github.com/googleapis/nodejs-automl/commit/a35606438799b2ad25d6bd0ed84691a28e0a00d6))
* remove eslint, update gax, fix generated protos, run the generator ([#377](https://www.github.com/googleapis/nodejs-automl/issues/377)) ([7889f29](https://www.github.com/googleapis/nodejs-automl/commit/7889f29cb2ebaf0ac96d68cd9ca1f74122449fcd))
* **deps:** update dependency mathjs to v7 ([#400](https://www.github.com/googleapis/nodejs-automl/issues/400)) ([8cdcd80](https://www.github.com/googleapis/nodejs-automl/commit/8cdcd80f2a4d6cd9cb64b39e7f1b153dc36e8a2f))

## [2.0.0](https://www.github.com/googleapis/nodejs-automl/compare/v1.11.0...v2.0.0) (2020-04-07)


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

0 comments on commit 632d7e3

Please sign in to comment.