From ebe3eba2e5682dddcfd166e5766525129ca17c1a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:28:15 +0000 Subject: [PATCH] chore(main): release 2.3.0 (#369) :robot: I have created a release *beep* *boop* --- ## [2.3.0](https://github.com/googleapis/nodejs-ai-platform/compare/v2.2.0...v2.3.0) (2022-09-21) ### Features * Add deleteFeatureValues in aiplatform v1beta1 featurestore_service.proto ([#371](https://github.com/googleapis/nodejs-ai-platform/issues/371)) ([e1c5cd6](https://github.com/googleapis/nodejs-ai-platform/commit/e1c5cd6b5d03afb03911ba9aa685457aa359a602)) * Add timestamp_outside_retention_rows_count, RemoveContextChildren, order_by, InputArtifact, read_mask, TransferLearningConfig ([#450](https://github.com/googleapis/nodejs-ai-platform/issues/450)) ([3a3f71f](https://github.com/googleapis/nodejs-ai-platform/commit/3a3f71faf9add8925a9ca9fa6427a6f6f50e0990)) ### Bug Fixes * Allow passing gax instance to client constructor ([#365](https://github.com/googleapis/nodejs-ai-platform/issues/365)) ([6200e38](https://github.com/googleapis/nodejs-ai-platform/commit/6200e38d052636102ee3d8a817682f2d8c388213)) * Preserve default values in x-goog-request-params header ([#370](https://github.com/googleapis/nodejs-ai-platform/issues/370)) ([6860cfd](https://github.com/googleapis/nodejs-ai-platform/commit/6860cfded924648ef79706278b66d31736dbfe23)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- ai-platform/snippets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-platform/snippets/package.json b/ai-platform/snippets/package.json index 163c78c6f3..0ec292b270 100644 --- a/ai-platform/snippets/package.json +++ b/ai-platform/snippets/package.json @@ -13,7 +13,7 @@ "test": "mocha --timeout 1200000 test/*.js" }, "dependencies": { - "@google-cloud/aiplatform": "^2.2.0", + "@google-cloud/aiplatform": "^2.3.0", "@google-cloud/storage": "^5.5.0", "@google-cloud/bigquery": "^6.0.0" },