From 114fa88c893a87d2821302f3cab87bbede1dee39 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:55:36 +0000 Subject: [PATCH 1/2] chore(main): release 1.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- src/util/constants.ts | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 73257989..fbd9082d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.1" + ".": "1.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f8841075..a46c9b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.5.0](https://github.com/googleapis/nodejs-vertexai/compare/v1.4.1...v1.5.0) (2024-08-21) + + +### Features + +* Add .gitignore file. ([#362](https://github.com/googleapis/nodejs-vertexai/issues/362)) ([1c00922](https://github.com/googleapis/nodejs-vertexai/commit/1c00922ffb329185241f686ffff1c0cfec28a152)) +* Execute all test cases. ([#363](https://github.com/googleapis/nodejs-vertexai/issues/363)) ([dccd44c](https://github.com/googleapis/nodejs-vertexai/commit/dccd44c317a168a767e21cee231ac207137766cf)) + + +### Bug Fixes + +* missing property frequencyPenalty in type defintions ([#394](https://github.com/googleapis/nodejs-vertexai/issues/394)) ([7557a83](https://github.com/googleapis/nodejs-vertexai/commit/7557a839b96a9fddc17c6516dd9c8c12772b6c59)) + ## [1.4.1](https://github.com/googleapis/nodejs-vertexai/compare/v1.4.0...v1.4.1) (2024-08-09) diff --git a/package.json b/package.json index 6cb979f2..474921ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/vertexai", "description": "Vertex Generative AI client for Node.js", - "version": "1.4.1", + "version": "1.5.0", "license": "Apache-2.0", "author": "Google LLC", "engines": { diff --git a/src/util/constants.ts b/src/util/constants.ts index 925622e2..62166644 100644 --- a/src/util/constants.ts +++ b/src/util/constants.ts @@ -21,7 +21,7 @@ export const USER_ROLE = 'user'; export const MODEL_ROLE = 'model'; export const SYSTEM_ROLE = 'system'; const USER_AGENT_PRODUCT = 'model-builder'; -const CLIENT_LIBRARY_VERSION = '1.4.1'; // x-release-please-version +const CLIENT_LIBRARY_VERSION = '1.5.0'; // x-release-please-version const CLIENT_LIBRARY_LANGUAGE = `grpc-node/${CLIENT_LIBRARY_VERSION}`; export const USER_AGENT = `${USER_AGENT_PRODUCT}/${CLIENT_LIBRARY_VERSION} ${CLIENT_LIBRARY_LANGUAGE}`; export const CREDENTIAL_ERROR_MESSAGE = From 558174995b52710b7026253c3b6df32dc36ab3b5 Mon Sep 17 00:00:00 2001 From: Yvonne Yu <150068659+yyyu-google@users.noreply.github.com> Date: Wed, 21 Aug 2024 19:25:37 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a46c9b52..9219f140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,6 @@ ### Features -* Add .gitignore file. ([#362](https://github.com/googleapis/nodejs-vertexai/issues/362)) ([1c00922](https://github.com/googleapis/nodejs-vertexai/commit/1c00922ffb329185241f686ffff1c0cfec28a152)) -* Execute all test cases. ([#363](https://github.com/googleapis/nodejs-vertexai/issues/363)) ([dccd44c](https://github.com/googleapis/nodejs-vertexai/commit/dccd44c317a168a767e21cee231ac207137766cf)) - - -### Bug Fixes - * missing property frequencyPenalty in type defintions ([#394](https://github.com/googleapis/nodejs-vertexai/issues/394)) ([7557a83](https://github.com/googleapis/nodejs-vertexai/commit/7557a839b96a9fddc17c6516dd9c8c12772b6c59)) ## [1.4.1](https://github.com/googleapis/nodejs-vertexai/compare/v1.4.0...v1.4.1) (2024-08-09)