Skip to content

Commit b46c1de

Browse files
authored
Prepare for 0.11.2 (#1118)
1 parent 34118ee commit b46c1de

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.11.2
2+
* Fixed `Attach to packager` debugging issue when Haul packager is being used [#1108](https://github.com/microsoft/vscode-react-native/issues/1108)
3+
* Optimized extension activation events [#1114](https://github.com/microsoft/vscode-react-native/pull/1114)
4+
15
## 0.11.1
26
* Fixed debugging issue when using `broadcast-channels` package in React Native application [#1083](https://github.com/microsoft/vscode-react-native/issues/1083)
37
* 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)

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
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-react-native",
33
"displayName": "React Native Tools",
4-
"version": "0.11.1",
4+
"version": "0.11.2",
55
"private": true,
66
"publisher": "msjsdiag",
77
"icon": "images/icon.png",

release/ThirdPartyNotices.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
11511151

11521152
-------------------------------------------------------------------
11531153

1154-
ultron 1.1.1 - MIT
1154+
ultron 1.0.2 - MIT
11551155
https://github.com/unshiftio/ultron
11561156
Copyright (c) 2015 Unshift.io, Arnout Kazemier
11571157

@@ -1183,7 +1183,7 @@ SOFTWARE.
11831183

11841184
-------------------------------------------------------------------
11851185

1186-
ultron 1.0.2 - MIT
1186+
ultron 1.1.1 - MIT
11871187
https://github.com/unshiftio/ultron
11881188
Copyright (c) 2015 Unshift.io, Arnout Kazemier
11891189

@@ -1345,7 +1345,7 @@ SOFTWARE.
13451345

13461346
-------------------------------------------------------------------
13471347

1348-
vscode-nls 3.2.2 - MIT
1348+
vscode-nls 4.1.0 - MIT
13491349
https://github.com/Microsoft/vscode-nls#readme
13501350
Copyright (c) Microsoft Corporation.
13511351

@@ -1372,7 +1372,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
13721372

13731373
-------------------------------------------------------------------
13741374

1375-
vscode-nls 4.1.0 - MIT
1375+
vscode-nls 3.2.2 - MIT
13761376
https://github.com/Microsoft/vscode-nls#readme
13771377
Copyright (c) Microsoft Corporation.
13781378

0 commit comments

Comments
 (0)