Skip to content

Commit

Permalink
2.1.0-rc (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry authored Dec 28, 2018
1 parent cf2a34d commit 6e4a4f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 2.1.0 (2019-01-02)
### Added
* Reorder and group context menu
* Add confirmation prompt when deleting resource
* Add 'Stop' button for monitoring D2C message in Status Bar
* Add Direct Method template for Node.js code generation

### Changed
* Use Webpack to improve extension performance ⚡

### Removed
* Remove 'Refresh' item from context menu

## 2.0.0 (2018-12-13)
### Added
* Resolve [#218](https://github.com/Microsoft/vscode-azure-iot-toolkit/issues/218): Add 'Stop Monitoring D2C Message' into context menu of explorer title
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-iot-toolkit",
"displayName": "Azure IoT Hub Toolkit",
"description": "Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Device Simulation, IoT Hub Code Generation",
"version": "2.0.1-webpack",
"version": "2.1.0-rc",
"publisher": "vsciot-vscode",
"aiKey": "0caaff90-cc1c-4def-b64c-3ef33615bc9b",
"icon": "logo.png",
Expand Down

0 comments on commit 6e4a4f3

Please sign in to comment.