diff --git a/CHANGELOG.md b/CHANGELOG.md index a181537..5859635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.10.0 +==== +## What's new + - [Add support for debug with hot module replacement](https://github.com/NativeScript/nativescript-vscode-extension/issues/221) + 0.9.0 ==== ## What's new diff --git a/package.json b/package.json index 7a403f4..04a5e41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "0.9.0", + "version": "0.10.0", "minNativescriptCliVersion": "2.5.0", "icon": "images/icon.png", "displayName": "NativeScript",