File tree Expand file tree Collapse file tree
packages/google-cloud-iot Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.2.0] ( https://www.github.com/googleapis/nodejs-iot/compare/v1.1.3...v1.2.0 ) (2019-09-16)
4+
5+
6+ ### Bug Fixes
7+
8+ * use correct version # for x-goog-api-client header ([ 09adf73] ( https://www.github.com/googleapis/nodejs-iot/commit/09adf73 ) )
9+
10+
11+ ### Features
12+
13+ * load protos from JSON, grpc-fallback support ([ 5028ead] ( https://www.github.com/googleapis/nodejs-iot/commit/5028ead ) )
14+
315### [ 1.1.3] ( https://www.github.com/googleapis/nodejs-iot/compare/v1.1.2...v1.1.3 ) (2019-08-02)
416
517
Original file line number Diff line number Diff line change 11{
22 "name" : " @google-cloud/iot" ,
33 "description" : " Cloud IoT API client for Node.js" ,
4- "version" : " 1.1.3 " ,
4+ "version" : " 1.2.0 " ,
55 "license" : " Apache-2.0" ,
66 "author" : " Google LLC" ,
77 "engines" : {
Original file line number Diff line number Diff line change 1515 "test" : " mocha --timeout 10000"
1616 },
1717 "dependencies" : {
18- "@google-cloud/iot" : " ^1.1.3 "
18+ "@google-cloud/iot" : " ^1.2.0 "
1919 },
2020 "devDependencies" : {
2121 "chai" : " ^4.2.0" ,
You can’t perform that action at this time.
0 commit comments