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

Commit

Permalink
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.1.2](https://github.com/googleapis/nodejs-iot/compare/v3.1.1...v3.1.2) (2022-11-10)


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#593](https://github.com/googleapis/nodejs-iot/issues/593)) ([2f547e1](https://github.com/googleapis/nodejs-iot/commit/2f547e1c27006a201c9c7066befd35e043fb43c2))
* update protos ([a8e8800](https://github.com/googleapis/nodejs-iot/commit/a8e88006f95594575a70494b1ca5f417e5985765))
* Update protos ([#597](https://github.com/googleapis/nodejs-iot/issues/597)) ([a8e8800](https://github.com/googleapis/nodejs-iot/commit/a8e88006f95594575a70494b1ca5f417e5985765))

## [3.1.1](https://github.com/googleapis/nodejs-iot/compare/v3.1.0...v3.1.1) (2022-09-22)


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": "3.1.1",
"version": "3.1.2",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-iot",
"version": "3.1.1",
"version": "3.1.2",
"language": "TYPESCRIPT",
"apis": [
{
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": "cd manager && npm test && cd ../ && cd http_example && npm test && cd ../ && cd mqtt_example && npm test && cd ../ && cd access_token_example && npm test && cd ../"
},
"dependencies": {
"@google-cloud/iot": "^3.1.1",
"@google-cloud/iot": "^3.1.2",
"@google-cloud/pubsub": "^3.0.0",
"@google-cloud/storage": "^6.0.0"
},
Expand Down

0 comments on commit b375ab9

Please sign in to comment.