Skip to content

Commit 9273842

Browse files
1 parent 1f43a43 commit 9273842

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

packages/google-cloud-automl/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
### [2.4.2](https://www.github.com/googleapis/nodejs-automl/compare/v2.4.1...v2.4.2) (2021-05-12)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** require google-gax v2.12.0 ([#501](https://www.github.com/googleapis/nodejs-automl/issues/501)) ([f88cc91](https://www.github.com/googleapis/nodejs-automl/commit/f88cc915df6ac67f7dc46fa345d9fc481b12d7da))
13+
* use require() to load JSON protos ([#504](https://www.github.com/googleapis/nodejs-automl/issues/504)) ([4cd9585](https://www.github.com/googleapis/nodejs-automl/commit/4cd9585da11b3a9189ed8f3f0e5ddc76c578a462))
14+
715
### [2.4.1](https://www.github.com/googleapis/nodejs-automl/compare/v2.4.0...v2.4.1) (2021-03-07)
816

917

packages/google-cloud-automl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/automl",
33
"description": "Cloud AutoML API client for Node.js",
4-
"version": "2.4.1",
4+
"version": "2.4.2",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-automl/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"!test/"
1717
],
1818
"dependencies": {
19-
"@google-cloud/automl": "^2.4.1",
19+
"@google-cloud/automl": "^2.4.2",
2020
"csv": "^5.1.3",
2121
"mathjs": "^9.0.0",
2222
"yargs": "^16.0.0"

0 commit comments

Comments
 (0)