This repository was archived by the owner on Jul 20, 2023. It is now read-only.
File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/@google-cloud/containeranalysis?activeTab=versions
6
6
7
+ ## [ 1.4.0] ( https://www.github.com/googleapis/nodejs-containeranalysis/compare/v1.3.3...v1.4.0 ) (2019-09-16)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * set proper version # for x-goog-api-client ([ 8245809] ( https://www.github.com/googleapis/nodejs-containeranalysis/commit/8245809 ) )
13
+ * ** deps:** update dependency @google-cloud/pubsub to ^0.32.0 ([ #81 ] ( https://www.github.com/googleapis/nodejs-containeranalysis/issues/81 ) ) ([ 7116630] ( https://www.github.com/googleapis/nodejs-containeranalysis/commit/7116630 ) )
14
+ * ** docs:** remove anchor from reference doc link ([ 658df48] ( https://www.github.com/googleapis/nodejs-containeranalysis/commit/658df48 ) )
15
+
16
+
17
+ ### Features
18
+
19
+ * load protos from JSON, grpc-fallback support ([ 766fa96] ( https://www.github.com/googleapis/nodejs-containeranalysis/commit/766fa96 ) )
20
+
7
21
### [ 1.3.3] ( https://www.github.com/googleapis/nodejs-containeranalysis/compare/v1.3.2...v1.3.3 ) (2019-08-16)
8
22
9
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"repository" : " googleapis/nodejs-containeranalysis" ,
3
3
"name" : " @google-cloud/containeranalysis" ,
4
- "version" : " 1.3.3 " ,
4
+ "version" : " 1.4.0 " ,
5
5
"author" : " Google LLC" ,
6
6
"description" : " Container Analysis API client for Node.js" ,
7
7
"main" : " src/index.js" ,
Original file line number Diff line number Diff line change 14
14
"test" : " mocha --timeout 100000 test/**.test.js"
15
15
},
16
16
"dependencies" : {
17
- "@google-cloud/containeranalysis" : " ^1.3.3 " ,
17
+ "@google-cloud/containeranalysis" : " ^1.4.0 " ,
18
18
"@google-cloud/pubsub" : " ^0.32.0" ,
19
19
"p-retry" : " ^4.1.0"
20
20
},
You can’t perform that action at this time.
0 commit comments