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

Commit

Permalink
chore(main): release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 3, 2022
1 parent 90dcec7 commit 8e91b9c
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

## [2.2.0](https://github.com/googleapis/nodejs-ai-platform/compare/v2.1.0...v2.2.0) (2022-08-03)


### Features

* **samples:** add entity type apis samples ([#339](https://github.com/googleapis/nodejs-ai-platform/issues/339)) ([5bb18f3](https://github.com/googleapis/nodejs-ai-platform/commit/5bb18f3cc9b5b565612cc44dec3f5b503a89bb88))
* **samples:** add feature apis samples ([#340](https://github.com/googleapis/nodejs-ai-platform/issues/340)) ([90dcec7](https://github.com/googleapis/nodejs-ai-platform/commit/90dcec729659b811dcb2eddb6425e48d19e5dddd))
* **samples:** add remaining featurestore api samples ([#338](https://github.com/googleapis/nodejs-ai-platform/issues/338)) ([f136458](https://github.com/googleapis/nodejs-ai-platform/commit/f1364583a58793c5f04cf180e7b2e0bbda100f53))

## [2.1.0](https://github.com/googleapis/nodejs-ai-platform/compare/v2.0.0...v2.1.0) (2022-07-04)


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

0 comments on commit 8e91b9c

Please sign in to comment.