diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d7c816..158510ef 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.11.2 +* Fixed `Attach to packager` debugging issue when Haul packager is being used [#1108](https://github.com/microsoft/vscode-react-native/issues/1108) +* Optimized extension activation events [#1114](https://github.com/microsoft/vscode-react-native/pull/1114) + ## 0.11.1 * Fixed debugging issue when using `broadcast-channels` package in React Native application [#1083](https://github.com/microsoft/vscode-react-native/issues/1083) * Added `launchActivity` debug configuration parameter for Android allowing to choose the activity to launch on `Debug Android` scenario [#1084](https://github.com/microsoft/vscode-react-native/pull/1084) diff --git a/package-lock.json b/package-lock.json index ea3e71a5..c1642aa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-react-native", - "version": "0.11.1", + "version": "0.11.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 63860d41..792eb424 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-react-native", "displayName": "React Native Tools", - "version": "0.11.1", + "version": "0.11.2", "private": true, "publisher": "msjsdiag", "icon": "images/icon.png", diff --git a/release/ThirdPartyNotices.txt b/release/ThirdPartyNotices.txt index 5ec000be..1bfd0f64 100644 --- a/release/ThirdPartyNotices.txt +++ b/release/ThirdPartyNotices.txt @@ -1151,7 +1151,7 @@ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ------------------------------------------------------------------- -ultron 1.1.1 - MIT +ultron 1.0.2 - MIT https://github.com/unshiftio/ultron Copyright (c) 2015 Unshift.io, Arnout Kazemier @@ -1183,7 +1183,7 @@ SOFTWARE. ------------------------------------------------------------------- -ultron 1.0.2 - MIT +ultron 1.1.1 - MIT https://github.com/unshiftio/ultron Copyright (c) 2015 Unshift.io, Arnout Kazemier @@ -1345,7 +1345,7 @@ SOFTWARE. ------------------------------------------------------------------- -vscode-nls 3.2.2 - MIT +vscode-nls 4.1.0 - MIT https://github.com/Microsoft/vscode-nls#readme Copyright (c) Microsoft Corporation. @@ -1372,7 +1372,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA ------------------------------------------------------------------- -vscode-nls 4.1.0 - MIT +vscode-nls 3.2.2 - MIT https://github.com/Microsoft/vscode-nls#readme Copyright (c) Microsoft Corporation.