Skip to content

Commit 7fd9adb

Browse files
authored
1.20.0-rc (#524)
* 1.20.0-rc * ignore gitter link 504 error
1 parent d94ec54 commit 7fd9adb

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ script:
2424
- npm test --silent
2525
- |
2626
if [ $TRAVIS_OS_NAME == "linux" ]; then
27-
docker run -ti --rm -v $PWD:/mnt:ro dkhamsing/awesome_bot --allow-dupe --allow-redirect --skip-save-results `ls *.md`
27+
docker run -ti --rm -v $PWD:/mnt:ro dkhamsing/awesome_bot --white-list "gitter.im/Microsoft/vscode-azure-iot-edge" --allow-dupe --allow-redirect --skip-save-results `ls *.md`
2828
fi
2929
deploy:
3030
- provider: releases

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Change Log
2+
## 1.20.0 - 2019-12-xx
3+
### Changed
4+
* Update scroll bar css to compatible with dark theme for Sample Gallery
5+
* Update subtitle in the description
6+
27
## 1.19.0 - 2019-11-15
38
### Added
49
* Add docker status detection

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,10 @@
2121

2222
![Added](images/multipleplatform.gif)
2323

24-
## What's New (v1.19.0)
25-
### Added
26-
* Add docker status detection
27-
* Support adding Azure Event Grid module
28-
24+
## What's New (v1.20.0)
2925
### Changed
30-
* Use standalone simulator (iotedgehubdev)
26+
* Update scroll bar css to compatible with dark theme for Sample Gallery
27+
* Update subtitle in the description
3128

3229
## Known Issues
3330
* [C module remote debug error](https://github.com/Microsoft/vscode-azure-iot-edge/issues/283)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.19.0",
5+
"version": "1.20.0-rc",
66
"publisher": "vsciot-vscode",
77
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
88
"icon": "logo.png",

0 commit comments

Comments
 (0)