Skip to content

Commit 13d79a0

Browse files
committed
Update CHANGELOG.md
1 parent 0afe802 commit 13d79a0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.8.0
2+
=====
3+
## What's new
4+
- [The debugger now uses *vscode-chrome-debug-core*](https://github.com/NativeScript/nativescript-vscode-extension/pull/181)
5+
- [Removed IPC, now using the debug adapter events for communication with the extension host process](https://github.com/NativeScript/nativescript-vscode-extension/pull/182)
6+
- [Added tests/travis](https://github.com/NativeScript/nativescript-vscode-extension/pull/190)
7+
- [Added tslint](https://github.com/NativeScript/nativescript-vscode-extension/pull/185)
8+
- [Added source map paths config for debugging with webpack](https://github.com/NativeScript/nativescript-vscode-extension/pull/192)
9+
- [The NS Extension log is not shown on startup](https://github.com/NativeScript/nativescript-vscode-extension/pull/177)
10+
111
0.7.4
212
=====
313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript",
3-
"version": "0.7.4",
3+
"version": "0.8.0",
44
"minNativescriptCliVersion": "2.5.0",
55
"icon": "images/icon.png",
66
"displayName": "NativeScript",

0 commit comments

Comments
 (0)