File tree 3 files changed +15
-2
lines changed
packages/google-cloud-aiplatform
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 1.0.0 (2020-11-10)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * initial generation of library (#4 )
9
+
10
+ ### Features
11
+
12
+ * initial generation ([ 182128b] ( https://www.github.com/googleapis/nodejs-ai-platform/commit/182128bfa593c787e2f0970ba224a68595b45971 ) )
13
+ * initial generation of library ([ #4 ] ( https://www.github.com/googleapis/nodejs-ai-platform/issues/4 ) ) ([ 1b8db30] ( https://www.github.com/googleapis/nodejs-ai-platform/commit/1b8db30e243aac5d9dab74b00431c81dbf412a66 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/aiplatform" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " Aiplatform client for Node.js" ,
5
5
"repository" : " googleapis/nodejs-ai-platform" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 13
13
"test" : " mocha --timeout 600000 test/*.js"
14
14
},
15
15
"dependencies" : {
16
- "@google-cloud/aiplatform" : " ^0.1 .0"
16
+ "@google-cloud/aiplatform" : " ^1.0 .0"
17
17
},
18
18
"devDependencies" : {
19
19
"mocha" : " ^8.0.0"
You can’t perform that action at this time.
0 commit comments