Skip to content

Commit 67c7ece

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.2.0 (#198)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 829a6dd commit 67c7ece

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

packages/google-cloud-iot/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

packages/google-cloud-iot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

packages/google-cloud-iot/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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",

0 commit comments

Comments
 (0)