File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.8.0 "
2+ "." : " 1.8.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.8.1] ( https://github.com/googleapis/nodejs-vertexai/compare/v1.8.0...v1.8.1 ) (2024-09-25)
4+
5+
6+ ### Bug Fixes
7+
8+ * Fix cached contents list url ([ 2c4b769] ( https://github.com/googleapis/nodejs-vertexai/commit/2c4b7692e369385e5cd82a9b753d037d31e4e8ce ) )
9+
310## [ 1.8.0] ( https://github.com/googleapis/nodejs-vertexai/compare/v1.7.0...v1.8.0 ) (2024-09-18)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @google-cloud/vertexai" ,
33 "description" : " Vertex Generative AI client for Node.js" ,
4- "version" : " 1.8.0 " ,
4+ "version" : " 1.8.1 " ,
55 "license" : " Apache-2.0" ,
66 "author" : " Google LLC" ,
77 "engines" : {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const USER_ROLE = 'user';
2121export const MODEL_ROLE = 'model' ;
2222export const SYSTEM_ROLE = 'system' ;
2323const USER_AGENT_PRODUCT = 'model-builder' ;
24- const CLIENT_LIBRARY_VERSION = '1.8.0 ' ; // x-release-please-version
24+ const CLIENT_LIBRARY_VERSION = '1.8.1 ' ; // x-release-please-version
2525const CLIENT_LIBRARY_LANGUAGE = `grpc-node/${ CLIENT_LIBRARY_VERSION } ` ;
2626export const USER_AGENT = `${ USER_AGENT_PRODUCT } /${ CLIENT_LIBRARY_VERSION } ${ CLIENT_LIBRARY_LANGUAGE } ` ;
2727export const CREDENTIAL_ERROR_MESSAGE =
You can’t perform that action at this time.
0 commit comments