Skip to content

Commit 7db0e46

Browse files
chore: release 1.7.4 (#165)
🤖 I have created a release \*beep\* \*boop\* --- ### [1.7.4](https://www.github.com/googleapis/nodejs-ai-platform/compare/v1.7.3...v1.7.4) (2021-07-12) ### Bug Fixes * **deps:** google-gax v2.17.1 ([#164](https://www.github.com/googleapis/nodejs-ai-platform/issues/164)) ([1ec11fc](https://www.github.com/googleapis/nodejs-ai-platform/commit/1ec11fc4fac373ee1a28ac10676fbfe9fc5535d1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 7cfc611 commit 7db0e46

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-aiplatform/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.7.4](https://www.github.com/googleapis/nodejs-ai-platform/compare/v1.7.3...v1.7.4) (2021-07-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** google-gax v2.17.1 ([#164](https://www.github.com/googleapis/nodejs-ai-platform/issues/164)) ([1ec11fc](https://www.github.com/googleapis/nodejs-ai-platform/commit/1ec11fc4fac373ee1a28ac10676fbfe9fc5535d1))
9+
310
### [1.7.3](https://www.github.com/googleapis/nodejs-ai-platform/compare/v1.7.2...v1.7.3) (2021-06-29)
411

512

packages/google-cloud-aiplatform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/aiplatform",
3-
"version": "1.7.3",
3+
"version": "1.7.4",
44
"description": "Vertex AI client for Node.js",
55
"repository": "googleapis/nodejs-ai-platform",
66
"license": "Apache-2.0",

packages/google-cloud-aiplatform/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "mocha --timeout 1200000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/aiplatform": "^1.7.3",
16+
"@google-cloud/aiplatform": "^1.7.4",
1717
"@google-cloud/storage": "^5.5.0"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)