Skip to content

Commit c55f228

Browse files
chore(main): release 4.0.0 (#792)
* chore(main): release 4.0.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d4bf2b4 commit c55f228

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

packages/google-cloud-automl/CHANGELOG.md

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

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

7+
## [4.0.0](https://github.com/googleapis/nodejs-automl/compare/v3.1.3...v4.0.0) (2023-08-10)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* upgrade to Node 14
13+
14+
### Miscellaneous Chores
15+
16+
* Upgrade to Node 14 ([a6ab913](https://github.com/googleapis/nodejs-automl/commit/a6ab913ae49222b75dccdaaf4f0cea64c0eef5d2))
17+
718
## [3.1.3](https://github.com/googleapis/nodejs-automl/compare/v3.1.2...v3.1.3) (2023-04-02)
819

920

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": "3.1.3",
4+
"version": "4.0.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-automl/samples/generated/v1/snippet_metadata.google.cloud.automl.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-automl",
4-
"version": "3.1.3",
4+
"version": "4.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-automl/samples/generated/v1beta1/snippet_metadata.google.cloud.automl.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-automl",
4-
"version": "3.1.3",
4+
"version": "4.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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": "^3.1.3",
19+
"@google-cloud/automl": "^4.0.0",
2020
"csv": "^6.0.0",
2121
"mathjs": "^11.0.0",
2222
"yargs": "^16.0.0"

0 commit comments

Comments
 (0)