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

Commit

Permalink
chore(main): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 20, 2022
1 parent b15efb4 commit ee03826
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [3.0.0](https://github.com/googleapis/nodejs-iot/compare/v2.5.1...v3.0.0) (2022-06-20)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#566)

### Features

* AuditConfig for IAM v1 ([#552](https://github.com/googleapis/nodejs-iot/issues/552)) ([1b1a3d2](https://github.com/googleapis/nodejs-iot/commit/1b1a3d226374bb7e9df3444d7384ae6e4d4ece4d))


### Bug Fixes

* **deps:** update dependency @google-cloud/pubsub to v3 ([#569](https://github.com/googleapis/nodejs-iot/issues/569)) ([77a2005](https://github.com/googleapis/nodejs-iot/commit/77a2005a44866ef0261791da592878fca1d067bd))
* **deps:** update dependency @google-cloud/storage to v6 ([#568](https://github.com/googleapis/nodejs-iot/issues/568)) ([b15efb4](https://github.com/googleapis/nodejs-iot/commit/b15efb4f8319eab0e1e01dbd38f163b7fa844d39))


### Build System

* update library to use Node 12 ([#566](https://github.com/googleapis/nodejs-iot/issues/566)) ([1efe654](https://github.com/googleapis/nodejs-iot/commit/1efe6549ae7d0a84bd4388dd4cf89f924a118db4))

### [2.5.1](https://www.github.com/googleapis/nodejs-iot/compare/v2.5.0...v2.5.1) (2021-09-27)


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

0 comments on commit ee03826

Please sign in to comment.