From 94bc4c9457cf1725f71e4876f48f71d0db9a698b Mon Sep 17 00:00:00 2001 From: Jun Han Date: Tue, 2 Jun 2020 21:33:37 -0500 Subject: [PATCH] 2.16.2 (#479) --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db94123b..45da698a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.16.2 +## 2.16.2 (2020-06-03) ### Added * Support monitoring Event Hub messages in different regions diff --git a/package-lock.json b/package-lock.json index 570a38d4..bf6652ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "azure-iot-toolkit", - "version": "2.16.1", + "version": "2.16.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d21c66ad..15aa6369 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "azure-iot-toolkit", "displayName": "Azure IoT Hub", "description": "This extension is now a part of Azure IoT Tools extension pack. We highly recommend installing Azure IoT Tools to get full capabilities for Azure IoT development. Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Device Simulation, IoT Hub Code Generation and IoT Hub Device Provisioning Service (DPS).", - "version": "2.16.2-rc2", + "version": "2.16.2", "publisher": "vsciot-vscode", "aiKey": "0caaff90-cc1c-4def-b64c-3ef33615bc9b", "icon": "logo.png",