Skip to content

Commit

Permalink
chore(main): release 3.1.1 (#578)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [3.1.1](googleapis/nodejs-iot@v3.1.0...v3.1.1) (2022-09-22)


### Bug Fixes

* Allow passing gax instance to client constructor ([#584](googleapis/nodejs-iot#584)) ([4bbcd42](googleapis/nodejs-iot@4bbcd42))
* Better support for fallback mode ([#580](googleapis/nodejs-iot#580)) ([8a387d0](googleapis/nodejs-iot@8a387d0))
* Change import long to require ([#581](googleapis/nodejs-iot#581)) ([2ad4aac](googleapis/nodejs-iot@2ad4aac))
* **deps:** Update dependency @google-cloud/iot to v3 ([#576](googleapis/nodejs-iot#576)) ([12bf4a7](googleapis/nodejs-iot@12bf4a7))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-iot/issues/1553)) ([#583](googleapis/nodejs-iot#583)) ([24729a5](googleapis/nodejs-iot@24729a5))
* Preserve default values in x-goog-request-params header ([#586](googleapis/nodejs-iot#586)) ([cced8e7](googleapis/nodejs-iot@cced8e7))
* Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-iot/issues/1546)) ([#582](googleapis/nodejs-iot#582)) ([c6bb3f9](googleapis/nodejs-iot@c6bb3f9))
* use google-gax v3.3.0 ([24729a5](googleapis/nodejs-iot@24729a5))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Sep 22, 2022
1 parent 04bddc9 commit 1f2242a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions packages/google-cloud-iot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Bug Fixes

* Allow passing gax instance to client constructor ([#584](https://github.com/googleapis/nodejs-iot/issues/584)) ([4bbcd42](https://github.com/googleapis/nodejs-iot/commit/4bbcd422ea06028139f416d1a1a1cf9b48ff3909))
* Better support for fallback mode ([#580](https://github.com/googleapis/nodejs-iot/issues/580)) ([8a387d0](https://github.com/googleapis/nodejs-iot/commit/8a387d06c3cf806644c78552c286d7893e73eb74))
* Change import long to require ([#581](https://github.com/googleapis/nodejs-iot/issues/581)) ([2ad4aac](https://github.com/googleapis/nodejs-iot/commit/2ad4aac2aca20dc61fe9e85c5d12fb1631c266de))
* **deps:** Update dependency @google-cloud/iot to v3 ([#576](https://github.com/googleapis/nodejs-iot/issues/576)) ([12bf4a7](https://github.com/googleapis/nodejs-iot/commit/12bf4a77880200f564c26224f2d4aecaacbf6a03))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-iot/issues/1553)) ([#583](https://github.com/googleapis/nodejs-iot/issues/583)) ([24729a5](https://github.com/googleapis/nodejs-iot/commit/24729a57621676b297aa4cdcc32fe536a468b580))
* Preserve default values in x-goog-request-params header ([#586](https://github.com/googleapis/nodejs-iot/issues/586)) ([cced8e7](https://github.com/googleapis/nodejs-iot/commit/cced8e788357647819aee81589b776f962e67289))
* Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-iot/issues/1546)) ([#582](https://github.com/googleapis/nodejs-iot/issues/582)) ([c6bb3f9](https://github.com/googleapis/nodejs-iot/commit/c6bb3f9b0b60009873f5d4b7f06fb47c9d8f6cc8))
* use google-gax v3.3.0 ([24729a5](https://github.com/googleapis/nodejs-iot/commit/24729a57621676b297aa4cdcc32fe536a468b580))

## [3.1.0](https://github.com/googleapis/nodejs-iot/compare/v3.0.0...v3.1.0) (2022-07-05)


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.0",
"version": "3.1.1",
"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.0",
"version": "3.1.1",
"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.0",
"@google-cloud/iot": "^3.1.1",
"@google-cloud/pubsub": "^3.0.0",
"@google-cloud/storage": "^6.0.0"
},
Expand Down

0 comments on commit 1f2242a

Please sign in to comment.