Skip to content

Commit

Permalink
chore(main): release 3.1.2 (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 11, 2022
1 parent d46b66f commit 78dc277
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-iot/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 packages/google-cloud-iot/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 packages/google-cloud-iot/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 78dc277

Please sign in to comment.