This commit is contained in:
Rahul Chaudhary 2019-05-30 14:05:20 -07:00
Родитель ac2b290507
Коммит e334a08c6a
3 изменённых файлов: 15 добавлений и 2 удалений

Просмотреть файл

@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.2"></a>
## [1.0.2](https://github.com/Azure/iotc-explorer/compare/v1.0.0...v1.0.2) (2019-05-30)
### Bug Fixes
* **login:** fixed login failure if not previously logged in ([#14](https://github.com/Azure/iotc-explorer/issues/14)) ([4566ae1](https://github.com/Azure/iotc-explorer/commit/4566ae1))
* **login:** updated login error text if login not found ([#18](https://github.com/Azure/iotc-explorer/issues/18)) ([9f0f249](https://github.com/Azure/iotc-explorer/commit/9f0f249))
* **security:** updated axios ([#21](https://github.com/Azure/iotc-explorer/issues/21)) ([ac2b290](https://github.com/Azure/iotc-explorer/commit/ac2b290))
* **security:** updated azure-iothub, and some dev-dependencies ([#20](https://github.com/Azure/iotc-explorer/issues/20)) ([4466ba0](https://github.com/Azure/iotc-explorer/commit/4466ba0))
<a name="1.0.1"></a>
## [1.0.1](https://github.com/Azure/iotc-explorer/compare/v1.0.0...v1.0.1) (2018-09-17)

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "iotc-explorer",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "iotc-explorer",
"description": "CLI for interacting with Azure IoT Central devices and applications",
"version": "1.0.1",
"version": "1.0.2",
"author": "Microsoft",
"repository": "github:Azure/iotc-explorer",
"bugs": "https://github.com/Azure/iotc-explorer/issues",