Skip to content

Commit a6b5a41

Browse files
authored
Increment version of extension to rerun package and publish (#584)
* Increment version * Pull the vsce version * Update changelog
1 parent 6d33eba commit a6b5a41

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ before_install:
1616
install:
1717
- npm install
1818
- npm install -g vsce
19+
- npm list -g vsce
1920
script:
2021
- npm run tslint
2122
- npm run compile

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
2+
## 1.24.2 - 2021-7-15
3+
### Changed
4+
* Enumerate vsce version in release pipeline
5+
26
## 1.24.1 - 2021-6-4
37
### Changed
48
* Allow user to specify the version of iotedgehubdev through IOTEDGEHUBDEV_VERSION environment variable

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "azure-iot-edge",
33
"displayName": "Azure IoT Edge",
44
"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.",
5-
"version": "1.24.1",
5+
"version": "1.24.2",
66
"publisher": "vsciot-vscode",
77
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
88
"icon": "logo.png",

0 commit comments

Comments
 (0)