Skip to content

Commit 503c9bd

Browse files
authored
Preparation for publish the 0.11.0 version (#36)
Added features: - Multiple source handling Updates and fixes: - Update the IoT.js module functions IoT.js-VSCode-DCO-1.0-Signed-off-by: Robert Sipka [email protected]
1 parent 68b7875 commit 503c9bd

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Version 0.11.0
4+
- Added features:
5+
- Multiple source handling
6+
7+
- Updates and fixes:
8+
- Update the IoT.js module functions
9+
310
## Version 0.10.0
411
- Added supports for debugging:
512
- Update debugger version to accommodate changes in IoT.js

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
- Handle source receive from the engine
3535
- Sending source code from the vscode to the engine
3636
- Automatic IoT.js debug server launch
37+
- Multiple source handling
3738

3839
- Language support
3940
- Available features:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iotjs-vscode-extension",
33
"displayName": "IoT.js",
44
"description": "IoT.js Debugging, IntelliSense for Visual Studio Code",
5-
"version": "0.10.0",
5+
"version": "0.11.0",
66
"publisher": "Samsung",
77
"author": {
88
"name": "Samsung Electronics Co., Ltd."

0 commit comments

Comments
 (0)