Skip to content

Commit 3c2350f

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.1.0 (#185)
* updated CHANGELOG.md * updated package.json * updated samples/package.json
1 parent 0af4c37 commit 3c2350f

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.1.0](https://www.github.com/googleapis/nodejs-automl/compare/v1.0.0...v1.1.0) (2019-05-23)
8+
9+
10+
### Features
11+
12+
* add .repo-metadata.json; allows us to generate new docs site ([#183](https://www.github.com/googleapis/nodejs-automl/issues/183)) ([8b42e76](https://www.github.com/googleapis/nodejs-automl/commit/8b42e76))
13+
714
## [1.0.0](https://www.github.com/googleapis/nodejs-automl/compare/v0.2.0...v1.0.0) (2019-05-13)
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.0.0",
4+
"version": "1.1.0",
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.0.0",
21+
"@google-cloud/automl": "^1.1.0",
2222
"chai": "^4.2.0",
2323
"execa": "^1.0.0",
2424
"mathjs": "^5.5.0",

0 commit comments

Comments
 (0)