Skip to content

Commit

Permalink
chore(main): release 1.19.0 (#281)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.19.0](googleapis/nodejs-ai-platform@v1.18.0...v1.19.0) (2022-03-24)


### Features

* add data_item_schema_uri, annotation_schema_uri, explanation_specs to ModelEvaluationExplanationSpec in aiplatform v1 model_evaluation.proto ([b769264](googleapis/nodejs-ai-platform@b769264))
* add ImportModelEvaluation in aiplatform v1 model_service.proto ([#280](googleapis/nodejs-ai-platform#280)) ([b769264](googleapis/nodejs-ai-platform@b769264))
* add ImportModelEvaluation in aiplatform v1beta1 model_service.proto ([b769264](googleapis/nodejs-ai-platform@b769264))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Mar 24, 2022
1 parent a7efdd8 commit 23bb3ca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-aiplatform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.19.0](https://github.com/googleapis/nodejs-ai-platform/compare/v1.18.0...v1.19.0) (2022-03-24)


### Features

* add data_item_schema_uri, annotation_schema_uri, explanation_specs to ModelEvaluationExplanationSpec in aiplatform v1 model_evaluation.proto ([b769264](https://github.com/googleapis/nodejs-ai-platform/commit/b769264263afb2e8e26e3b841c7ae0be7c67e0be))
* add ImportModelEvaluation in aiplatform v1 model_service.proto ([#280](https://github.com/googleapis/nodejs-ai-platform/issues/280)) ([b769264](https://github.com/googleapis/nodejs-ai-platform/commit/b769264263afb2e8e26e3b841c7ae0be7c67e0be))
* add ImportModelEvaluation in aiplatform v1beta1 model_service.proto ([b769264](https://github.com/googleapis/nodejs-ai-platform/commit/b769264263afb2e8e26e3b841c7ae0be7c67e0be))

## [1.18.0](https://github.com/googleapis/nodejs-ai-platform/compare/v1.17.0...v1.18.0) (2022-03-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/aiplatform",
"version": "1.18.0",
"version": "1.19.0",
"description": "Vertex AI client for Node.js",
"repository": "googleapis/nodejs-ai-platform",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "mocha --timeout 1200000 test/*.js"
},
"dependencies": {
"@google-cloud/aiplatform": "^1.18.0",
"@google-cloud/aiplatform": "^1.19.0",
"@google-cloud/storage": "^5.5.0"
},
"devDependencies": {
Expand Down

0 comments on commit 23bb3ca

Please sign in to comment.