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 (#461)
Browse files Browse the repository at this point in the history
* chore(main): release 2.4.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Jan 25, 2023
1 parent 685cfed commit 0ade288
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 25 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-aiplatform",
"version": "2.3.0",
"version": "2.4.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-aiplatform",
"version": "2.3.0",
"version": "2.4.0",
"language": "TYPESCRIPT",
"apis": [
{
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 0ade288

Please sign in to comment.