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.2 (#635)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


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


### Bug Fixes

* Preserve default values in x-goog-request-params header ([#634](https://togithub.com/googleapis/nodejs-automl/issues/634)) ([1949bf9](https://togithub.com/googleapis/nodejs-automl/commit/1949bf9a26b63b4eefd13f5c6164691db46a0df2))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Oct 17, 2022
1 parent 7c651ef commit a45298f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

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

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


### Bug Fixes

* Preserve default values in x-goog-request-params header ([#634](https://github.com/googleapis/nodejs-automl/issues/634)) ([1949bf9](https://github.com/googleapis/nodejs-automl/commit/1949bf9a26b63b4eefd13f5c6164691db46a0df2))

## [3.1.1](https://github.com/googleapis/nodejs-automl/compare/v3.1.0...v3.1.1) (2022-09-01)


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

0 comments on commit a45298f

Please sign in to comment.