diff --git a/CHANGELOG.md b/CHANGELOG.md index ff162e3..6624933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +0.8.0 +===== +## What's new +- [The debugger now uses *vscode-chrome-debug-core*](https://github.com/NativeScript/nativescript-vscode-extension/pull/181) +- [Removed IPC, now using the debug adapter events for communication with the extension host process](https://github.com/NativeScript/nativescript-vscode-extension/pull/182) +- [Added tests/travis](https://github.com/NativeScript/nativescript-vscode-extension/pull/190) +- [Added tslint](https://github.com/NativeScript/nativescript-vscode-extension/pull/185) +- [Added source map paths config for debugging with webpack](https://github.com/NativeScript/nativescript-vscode-extension/pull/192) +- [The NS Extension log is not shown on startup](https://github.com/NativeScript/nativescript-vscode-extension/pull/177) + 0.7.4 ===== diff --git a/package.json b/package.json index 918fecd..da5663e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "0.7.4", + "version": "0.8.0", "minNativescriptCliVersion": "2.5.0", "icon": "images/icon.png", "displayName": "NativeScript",