Skip to content

Commit

Permalink
chore: release 1.13.0 (#230)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [1.13.0](https://www.github.com/googleapis/nodejs-ai-platform/compare/v1.12.0...v1.13.0) (2021-11-11)


### Features

* Adds support for `google.protobuf.Value` pipeline parameters in the `parameter_values` field ([#218](https://www.github.com/googleapis/nodejs-ai-platform/issues/218)) ([d05a598](https://www.github.com/googleapis/nodejs-ai-platform/commit/d05a598d095ea89cb6a0f385c2f82e9a8224b21f))
---


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 Nov 11, 2021
1 parent 472e73b commit 09ac69d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-aiplatform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.13.0](https://www.github.com/googleapis/nodejs-ai-platform/compare/v1.12.0...v1.13.0) (2021-11-11)


### Features

* Adds support for `google.protobuf.Value` pipeline parameters in the `parameter_values` field ([#218](https://www.github.com/googleapis/nodejs-ai-platform/issues/218)) ([d05a598](https://www.github.com/googleapis/nodejs-ai-platform/commit/d05a598d095ea89cb6a0f385c2f82e9a8224b21f))

## [1.12.0](https://www.github.com/googleapis/nodejs-ai-platform/compare/v1.11.0...v1.12.0) (2021-10-27)


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

0 comments on commit 09ac69d

Please sign in to comment.