File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
packages/google-cloud-iot Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.3.0] ( https://www.github.com/googleapis/nodejs-iot/compare/v2.2.1...v2.3.0 ) (2021-02-10)
4
+
5
+
6
+ ### Features
7
+
8
+ * add serverCertFile parameter ([ #438 ] ( https://www.github.com/googleapis/nodejs-iot/issues/438 ) ) ([ e979160] ( https://www.github.com/googleapis/nodejs-iot/commit/e97916026e6d794b09143059203f8d3530311ffe ) )
9
+
3
10
### [ 2.2.1] ( https://www.github.com/googleapis/nodejs-iot/compare/v2.2.0...v2.2.1 ) (2021-02-05)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/iot" ,
3
3
"description" : " Cloud IoT API client for Node.js" ,
4
- "version" : " 2.2.1 " ,
4
+ "version" : " 2.3.0 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google LLC" ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 15
15
"test" : " cd manager && npm test && cd ../ && cd http_example && npm test && cd ../ && cd mqtt_example && npm test && cd ../"
16
16
},
17
17
"dependencies" : {
18
- "@google-cloud/iot" : " ^2.2.1 " ,
18
+ "@google-cloud/iot" : " ^2.3.0 " ,
19
19
"@google-cloud/pubsub" : " ^2.0.0"
20
20
},
21
21
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments