Skip to content

Commit ca814cf

Browse files
chore: release 2.4.0 (#510)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent fe9ba6e commit ca814cf

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

packages/google-cloud-iot/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.4.0](https://www.github.com/googleapis/nodejs-iot/compare/v2.3.6...v2.4.0) (2021-09-03)
4+
5+
6+
### Features
7+
8+
* turns on self-signed JWT feature flag ([#509](https://www.github.com/googleapis/nodejs-iot/issues/509)) ([09350a3](https://www.github.com/googleapis/nodejs-iot/commit/09350a3b33d418c94dc36d0ff3abd1e11958fc55))
9+
10+
11+
### Bug Fixes
12+
13+
* **build:** migrate to main branch ([#512](https://www.github.com/googleapis/nodejs-iot/issues/512)) ([8528684](https://www.github.com/googleapis/nodejs-iot/commit/852868454982502c0a1ab0d2fa09f14bcfe5ff13))
14+
315
### [2.3.6](https://www.github.com/googleapis/nodejs-iot/compare/v2.3.5...v2.3.6) (2021-08-17)
416

517

packages/google-cloud-iot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/iot",
33
"description": "Cloud IoT API client for Node.js",
4-
"version": "2.3.6",
4+
"version": "2.4.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-iot/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "cd manager && npm test && cd ../ && cd http_example && npm test && cd ../ && cd mqtt_example && npm test && cd ../"
1616
},
1717
"dependencies": {
18-
"@google-cloud/iot": "^2.3.6",
18+
"@google-cloud/iot": "^2.4.0",
1919
"@google-cloud/pubsub": "^2.0.0"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)