File tree 3 files changed +23
-3
lines changed
packages/google-cloud-automl
3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/@google-cloud/automl?activeTab=versions
6
6
7
+ ## v0.1.2
8
+
9
+ ### Dependency updates
10
+ - fix(deps): update dependency google-gax to ^0.19.0 (#31 )
11
+ - fix(deps): update dependency google-gax to ^0.18.0 (#22 )
12
+ - chore(deps): update dependency eslint-config-prettier to v3 (#30 )
13
+
14
+ ### Keepin' the lights on
15
+ - chore: make the CircleCI config consistent (#32 )
16
+ - chore: do not use npm ci (#29 )
17
+ - chore: ignore package-lock.json (#27 )
18
+ - chore(deps): lock file maintenance (#26 )
19
+ - chore(deps): lock file maintenance (#25 )
20
+ - chore: update renovate config (#24 )
21
+ - chore(deps): lock file maintenance (#21 )
22
+ - chore: move mocha options to mocha.opts (#19 )
23
+ - chore: require node 8 for samples (#20 )
24
+ - Re-generate library using /synth.py (#18 )
25
+ - chore(deps): lock file maintenance (#17 )
26
+ - nit: Google LLC (#16 )
27
+
7
28
## v0.1.1
8
29
9
30
This patch release addresses a namespacing issue that affected our docs.
10
31
11
32
### Documentation
12
33
- Add missing JSDoc namespaces. (#14 )
13
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/automl" ,
3
3
"description" : " Cloud AutoML API client for Node.js" ,
4
- "version" : " 0.1.1 " ,
4
+ "version" : " 0.1.2 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google LLC" ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 16
16
},
17
17
"scripts" : {},
18
18
"dependencies" : {
19
- "@google-cloud/automl" : " ^0.1.1 "
19
+ "@google-cloud/automl" : " ^0.1.2 "
20
20
},
21
21
"devDependencies" : {}
22
22
}
You can’t perform that action at this time.
0 commit comments