Skip to content

Commit f701cdf

Browse files
release-please[bot]JustinBeckwith
authored andcommitted
chore: release 1.8.0 (#260)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 24993c9 commit f701cdf

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

packages/google-cloud-automl/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [1.8.0](https://www.github.com/googleapis/nodejs-automl/compare/v1.7.3...v1.8.0) (2019-10-31)
8+
9+
10+
### Features
11+
12+
* added samples for api-endpoints ([#259](https://www.github.com/googleapis/nodejs-automl/issues/259)) ([550ffb6](https://www.github.com/googleapis/nodejs-automl/commit/550ffb631a4d2516337dc85972ce4062b78e3ee2))
13+
14+
15+
### Bug Fixes
16+
17+
* **samples:** remove extra print statement and "setEndpoint.js" from linkinator ([#261](https://www.github.com/googleapis/nodejs-automl/issues/261)) ([5fcb647](https://www.github.com/googleapis/nodejs-automl/commit/5fcb647ed8746ed34f93b01b95dbb67a518f29bb))
18+
719
### [1.7.3](https://www.github.com/googleapis/nodejs-automl/compare/v1.7.2...v1.7.3) (2019-10-22)
820

921

packages/google-cloud-automl/package.json

Lines changed: 1 addition & 1 deletion
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.7.3",
4+
"version": "1.8.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

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

Lines changed: 1 addition & 1 deletion
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.7.3",
21+
"@google-cloud/automl": "^1.8.0",
2222
"chai": "^4.2.0",
2323
"csv": "^5.1.1",
2424
"execa": "^3.0.0",

0 commit comments

Comments
 (0)