Skip to content

Commit 00d536a

Browse files
release-please[bot]bcoe
authored andcommitted
chore: release 1.10.0 (#283)
1 parent 9b5733f commit 00d536a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

packages/google-cloud-automl/CHANGELOG.md

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

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

7+
## [1.10.0](https://www.github.com/googleapis/nodejs-automl/compare/v1.9.2...v1.10.0) (2019-12-05)
8+
9+
10+
### Features
11+
12+
* support resource definitions ([#282](https://www.github.com/googleapis/nodejs-automl/issues/282)) ([439b440](https://www.github.com/googleapis/nodejs-automl/commit/439b440a709d4fba35f3c8fcf297bb20af7dd9d5))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** pin TypeScript below 3.7.0 ([927b5ee](https://www.github.com/googleapis/nodejs-automl/commit/927b5ee5b88cb62e6aa86e44443c6d072fe80669))
18+
* correct AutoML Natural Language region tags to match with all other languages ([bab8fcb](https://www.github.com/googleapis/nodejs-automl/commit/bab8fcbc7ff3cdc34892fa165085d6bd7964413e))
19+
720
### [1.9.2](https://www.github.com/googleapis/nodejs-automl/compare/v1.9.1...v1.9.2) (2019-11-18)
821

922

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.9.2",
4+
"version": "1.10.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
@@ -16,7 +16,7 @@
1616
"!test/"
1717
],
1818
"dependencies": {
19-
"@google-cloud/automl": "^1.9.2",
19+
"@google-cloud/automl": "^1.10.0",
2020
"csv": "^5.1.3",
2121
"mathjs": "^6.0.0",
2222
"yargs": "^15.0.0"

0 commit comments

Comments
 (0)