diff --git a/.travis.yml b/.travis.yml index 783b9d7..6e00d9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ before_install: install: - npm install - npm install -g vsce +- npm list -g vsce script: - npm run tslint - npm run compile diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b575b..008d822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Change Log +## 1.24.2 - 2021-7-15 +### Changed +* Enumerate vsce version in release pipeline + ## 1.24.1 - 2021-6-4 ### Changed * Allow user to specify the version of iotedgehubdev through IOTEDGEHUBDEV_VERSION environment variable diff --git a/package.json b/package.json index 0939474..3435d3d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "azure-iot-edge", "displayName": "Azure IoT Edge", "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. Develop, deploy, debug, and manage your IoT Edge solution.", - "version": "1.24.1", + "version": "1.24.2", "publisher": "vsciot-vscode", "aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe", "icon": "logo.png",