From 77af8d62eec0c903646bba757c0dcf1f8f9125bf Mon Sep 17 00:00:00 2001 From: Ray Fang Date: Thu, 24 May 2018 14:28:01 +0800 Subject: [PATCH] 0.4.0 --- 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 07713192..0cf8e8dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ * Update files generated by the "Azure IoT Edge: Convert to IoT Edge Module" command to align with Azure IoT Edge .NET templates' recent releases ### Known Issues -* [#161](https://github.com/Microsoft/vscode-azure-iot-edge/issues/161) You may encounter "Entry not found in cache" error when importing ACR modules randomly, especially after idling VS Code for several hours. To resolve this issue, please open command palette and run "Reload Window" or restart VS Code. We are investigating the issue and will post an update once the issue is resolved. +* [#161](https://github.com/Microsoft/vscode-azure-iot-edge/issues/161) You may encounter "Entry not found in cache" error when importing ACR modules randomly, especially after idling VS Code for several hours. To work around this issue, please open command palette and run "Reload Window" or restart VS Code. We are investigating the issue and will post an update once the issue is resolved. ## 0.3.0 - 2018-05-02 ### Added diff --git a/package-lock.json b/package-lock.json index 5eed6d41..d2e955ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "azure-iot-edge", - "version": "0.4.0-rc2", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 572f5aed..c7ec2e28 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "azure-iot-edge", "displayName": "Azure IoT Edge", "description": "Develop, deploy, debug, and manage your IoT Edge solution", - "version": "0.4.0-rc2", + "version": "0.4.0", "publisher": "vsciot-vscode", "aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe", "icon": "logo.png",