From a6b5a419978b9e9610b10c6da46cfef07a6c1c07 Mon Sep 17 00:00:00 2001 From: Mariana Mihova <10135329+marianan@users.noreply.github.com> Date: Thu, 15 Jul 2021 16:46:08 -0700 Subject: [PATCH] Increment version of extension to rerun package and publish (#584) * Increment version * Pull the vsce version * Update changelog --- .travis.yml | 1 + CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) 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",