Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: release 1.1.2 (#181)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json [ci skip]
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 27, 2019
1 parent ce86dba commit 40a3305
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.1.2](https://github.com/googleapis/nodejs-iot/compare/v1.1.1...v1.1.2) (2019-06-27)


### Bug Fixes

* **docs:** link to reference docs section on googleapis.dev ([#179](https://github.com/googleapis/nodejs-iot/issues/179)) ([ce86dba](https://github.com/googleapis/nodejs-iot/commit/ce86dba))

### [1.1.1](https://github.com/googleapis/nodejs-iot/compare/v1.1.0...v1.1.1) (2019-06-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/iot",
"description": "Cloud IoT API client for Node.js",
"version": "1.1.1",
"version": "1.1.2",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha --timeout 10000"
},
"dependencies": {
"@google-cloud/iot": "^1.1.1"
"@google-cloud/iot": "^1.1.2"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 40a3305

Please sign in to comment.