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 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 25, 2023
1 parent 685cfed commit 99d88df
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 23 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.4.0](https://github.com/googleapis/nodejs-ai-platform/compare/v2.3.0...v2.4.0) (2023-01-25)


### Features

* Add enable_dashboard_access in aiplatform v1 and v1beta1 ([#460](https://github.com/googleapis/nodejs-ai-platform/issues/460)) ([685cfed](https://github.com/googleapis/nodejs-ai-platform/commit/685cfedc6bb69fe8b118ce613f13eea6dc5d2b0b))


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#458](https://github.com/googleapis/nodejs-ai-platform/issues/458)) ([9345b15](https://github.com/googleapis/nodejs-ai-platform/commit/9345b15fcc22f60f00cd50442403fc1af4fabe71))
* Removing migrated samples (to nodejs-docs-samples) from repo ([#555](https://github.com/googleapis/nodejs-ai-platform/issues/555)) ([0864901](https://github.com/googleapis/nodejs-ai-platform/commit/08649013609e9ba39de734f8a496dd082d3cf76d))

## [2.3.0](https://github.com/googleapis/nodejs-ai-platform/compare/v2.2.0...v2.3.0) (2022-09-21)


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.3.0",
"version": "2.4.0",
"description": "Vertex AI client for Node.js",
"repository": "googleapis/nodejs-ai-platform",
"license": "Apache-2.0",
Expand Down
44 changes: 22 additions & 22 deletions samples/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "nodejs-aiplatform-samples",
"private": true,
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=12.0.0"
},
"files": [
"*.js"
],
"scripts": {
"test": "mocha --timeout 1200000 test/*.js"
},
"dependencies": {
"@google-cloud/aiplatform": "^2.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
}
}
"name": "nodejs-aiplatform-samples",
"private": true,
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=12.0.0"
},
"files": [
"*.js"
],
"scripts": {
"test": "mocha --timeout 1200000 test/*.js"
},
"dependencies": {
"@google-cloud/aiplatform": "^2.4.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
}
}

0 comments on commit 99d88df

Please sign in to comment.