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.0 (#172)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md

* updated package.json

* updated samples/package.json
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 6, 2019
1 parent 551751e commit d3eed8c
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.0](https://github.com/googleapis/nodejs-iot/compare/v1.0.0...v1.1.0) (2019-06-06)


### Features

* support apiEndpoint override in client constructor ([#171](https://github.com/googleapis/nodejs-iot/issues/171)) ([551751e](https://github.com/googleapis/nodejs-iot/commit/551751e))

## [1.0.0](https://github.com/googleapis/nodejs-iot/compare/v0.2.1...v1.0.0) (2019-05-20)


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.0.0",
"version": "1.1.0",
"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.0.0"
"@google-cloud/iot": "^1.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit d3eed8c

Please sign in to comment.