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.17.0 (#276)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Mar 15, 2022
1 parent d9b8b06 commit 65ced3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.17.0](https://github.com/googleapis/nodejs-ai-platform/compare/v1.16.0...v1.17.0) (2022-03-14)


### Features

* add monitoring_config to EntityType in aiplatform v1 entity_type.proto ([#277](https://github.com/googleapis/nodejs-ai-platform/issues/277)) ([d9b8b06](https://github.com/googleapis/nodejs-ai-platform/commit/d9b8b06644dccf50a8d796ecd175d87a27466350))
* add PredictRequestResponseLoggingConfig to Endpoint in aiplatform v1 endpoint.proto ([#275](https://github.com/googleapis/nodejs-ai-platform/issues/275)) ([3e5dc67](https://github.com/googleapis/nodejs-ai-platform/commit/3e5dc673ce93c4f7323f86a4f303d10dd1dd0655))

## [1.16.0](https://github.com/googleapis/nodejs-ai-platform/compare/v1.15.0...v1.16.0) (2022-02-22)


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.16.0",
"version": "1.17.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.16.0",
"@google-cloud/aiplatform": "^1.17.0",
"@google-cloud/storage": "^5.5.0"
},
"devDependencies": {
Expand Down

0 comments on commit 65ced3a

Please sign in to comment.