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

Commit

Permalink
chore(main): release 3.1.0 (#619)
Browse files Browse the repository at this point in the history
* chore(main): release 3.1.0

* 馃 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] committed Aug 23, 2022
1 parent b333d59 commit 15ce06e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,21 @@

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

## [3.1.0](https://github.com/googleapis/nodejs-automl/compare/v3.0.0...v3.1.0) (2022-08-23)


### Features

* support regapic LRO ([#618](https://github.com/googleapis/nodejs-automl/issues/618)) ([24669e9](https://github.com/googleapis/nodejs-automl/commit/24669e921612949f777a1b5b9dc57a0d011d0a90))


### Bug Fixes

* better support for fallback mode ([#625](https://github.com/googleapis/nodejs-automl/issues/625)) ([301d706](https://github.com/googleapis/nodejs-automl/commit/301d706c3e4564da4ce7a0c6f082890e2e111b27))
* change import long to require ([#626](https://github.com/googleapis/nodejs-automl/issues/626)) ([958e1c4](https://github.com/googleapis/nodejs-automl/commit/958e1c46e87f258356f8523548ff5b0401a12470))
* **deps:** update dependency mathjs to v11 ([#622](https://github.com/googleapis/nodejs-automl/issues/622)) ([c0b8fa5](https://github.com/googleapis/nodejs-automl/commit/c0b8fa50f6cea30f7cc442c5f8e9599ab9cb8901))
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-automl/issues/1546)) ([#627](https://github.com/googleapis/nodejs-automl/issues/627)) ([b333d59](https://github.com/googleapis/nodejs-automl/commit/b333d598b16ca9f97fd1a6539fbef0fee65ac3ae))

## [3.0.0](https://github.com/googleapis/nodejs-automl/compare/v2.5.2...v3.0.0) (2022-06-20)


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": "3.0.0",
"version": "3.1.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-automl",
"version": "3.0.0",
"version": "3.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-automl",
"version": "3.0.0",
"version": "3.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -16,7 +16,7 @@
"!test/"
],
"dependencies": {
"@google-cloud/automl": "^3.0.0",
"@google-cloud/automl": "^3.1.0",
"csv": "^6.0.0",
"mathjs": "^11.0.0",
"yargs": "^16.0.0"
Expand Down

0 comments on commit 15ce06e

Please sign in to comment.