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 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 7, 2023
1 parent a07f5cb commit 9545545
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [4.0.1](https://github.com/googleapis/nodejs-automl/compare/v4.0.0...v4.0.1) (2023-09-07)


### Bug Fixes

* Simplify logic for HTTP/1.1 REST fallback option ([#795](https://github.com/googleapis/nodejs-automl/issues/795)) ([a07f5cb](https://github.com/googleapis/nodejs-automl/commit/a07f5cb7b158fcccdca3e087f673e98e05bcded0))

## [4.0.0](https://github.com/googleapis/nodejs-automl/compare/v3.1.3...v4.0.0) (2023-08-10)


Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "4.0.1",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"!test/"
],
"dependencies": {
"@google-cloud/automl": "^4.0.0",
"@google-cloud/automl": "^4.0.1",
"csv": "^6.0.0",
"mathjs": "^11.0.0",
"yargs": "^16.0.0"
Expand Down

0 comments on commit 9545545

Please sign in to comment.