Skip to content

Commit 9311ec9

Browse files
chore: release 2.3.0 (#461)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6c02aad commit 9311ec9

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+
## [2.3.0](https://www.github.com/googleapis/nodejs-automl/compare/v2.2.0...v2.3.0) (2020-10-27)
8+
9+
10+
### Features
11+
12+
* Added text extraction health care option in create model. ([#458](https://www.github.com/googleapis/nodejs-automl/issues/458)) ([8c488cb](https://www.github.com/googleapis/nodejs-automl/commit/8c488cb7013f2fea98396c4a734ff49a1b691745))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update dependency yargs to v16 ([#438](https://www.github.com/googleapis/nodejs-automl/issues/438)) ([713d005](https://www.github.com/googleapis/nodejs-automl/commit/713d00568534884bc8cce9d8ca1bbf1c5b1e0bf5))
18+
719
## [2.2.0](https://www.github.com/googleapis/nodejs-automl/compare/v2.1.0...v2.2.0) (2020-06-28)
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": "2.2.0",
4+
"version": "2.3.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
@@ -16,7 +16,7 @@
1616
"!test/"
1717
],
1818
"dependencies": {
19-
"@google-cloud/automl": "^2.2.0",
19+
"@google-cloud/automl": "^2.3.0",
2020
"csv": "^5.1.3",
2121
"mathjs": "^7.0.0",
2222
"yargs": "^16.0.0"

0 commit comments

Comments
 (0)