Skip to content

Commit c194749

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.2.4 (#219)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 95e8269 commit c194749

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-automl/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
### [1.2.4](https://www.github.com/googleapis/nodejs-automl/compare/v1.2.3...v1.2.4) (2019-08-05)
8+
9+
10+
### Bug Fixes
11+
12+
* allow calls with no request, add JSON proto ([c7bec4d](https://www.github.com/googleapis/nodejs-automl/commit/c7bec4d))
13+
714
### [1.2.3](https://www.github.com/googleapis/nodejs-automl/compare/v1.2.2...v1.2.3) (2019-07-29)
815

916

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": "1.2.3",
4+
"version": "1.2.4",
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
@@ -18,7 +18,7 @@
1818
"test": "mocha --timeout 600000"
1919
},
2020
"dependencies": {
21-
"@google-cloud/automl": "^1.2.3",
21+
"@google-cloud/automl": "^1.2.4",
2222
"chai": "^4.2.0",
2323
"csv": "^5.1.1",
2424
"execa": "^2.0.0",

0 commit comments

Comments
 (0)