From 2eae4cb98db413ab2e5e80945af5a53aeb69c062 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 23 May 2019 07:49:35 -0700 Subject: [PATCH] chore: release 1.1.0 (#185) * updated CHANGELOG.md * updated package.json * updated samples/package.json --- automl/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automl/package.json b/automl/package.json index 78490a765b..133ed58448 100644 --- a/automl/package.json +++ b/automl/package.json @@ -18,7 +18,7 @@ "test": "mocha --timeout 600000" }, "dependencies": { - "@google-cloud/automl": "^1.0.0", + "@google-cloud/automl": "^1.1.0", "chai": "^4.2.0", "execa": "^1.0.0", "mathjs": "^5.5.0",