Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

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](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](b769264))
* add ImportModelEvaluation in aiplatform v1 model_service.proto ([#280](#280)) ([b769264](b769264))
* add ImportModelEvaluation in aiplatform v1beta1 model_service.proto ([b769264](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 b769264 commit e229c98
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions 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 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 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 e229c98

Please sign in to comment.