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.3 (#703)
Browse files Browse the repository at this point in the history
* chore(main): release 3.1.3

* 馃 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 Apr 13, 2023
1 parent 64fb2db commit 26dcca5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,14 @@

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

## [3.1.3](https://github.com/googleapis/nodejs-automl/compare/v3.1.2...v3.1.3) (2023-04-02)


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#701](https://github.com/googleapis/nodejs-automl/issues/701)) ([ed4b83e](https://github.com/googleapis/nodejs-automl/commit/ed4b83ecec7a6fce1c82a2aba42aaf07f95da153))
* Regenerated protos JS and TS definitions ([#705](https://github.com/googleapis/nodejs-automl/issues/705)) ([8eb6181](https://github.com/googleapis/nodejs-automl/commit/8eb6181996fdc36b21d48e9589e0a4ab35cf6874))

## [3.1.2](https://github.com/googleapis/nodejs-automl/compare/v3.1.1...v3.1.2) (2022-09-22)


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.1.2",
"version": "3.1.3",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-automl",
"version": "3.1.2",
"version": "3.1.3",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-automl",
"version": "3.1.2",
"version": "3.1.3",
"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.1.2",
"@google-cloud/automl": "^3.1.3",
"csv": "^6.0.0",
"mathjs": "^11.0.0",
"yargs": "^16.0.0"
Expand Down

0 comments on commit 26dcca5

Please sign in to comment.