Skip to content

Commit e574eae

Browse files
authored
Prepare for 0.13.2 (#1168)
1 parent 4cf8fdf commit e574eae

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.13.2
2+
* Added support for Haul packager 0.15 [#1166](https://github.com/microsoft/vscode-react-native/pull/1166)
3+
* Fixed security vulnerability [#1165](https://github.com/microsoft/vscode-react-native/pull/1165)
4+
15
## 0.13.1
26
* Fixed command palette commands execution in cases when `projectRoot` has been customized [#1160](https://github.com/microsoft/vscode-react-native/pull/1160)
37

@@ -40,7 +44,7 @@
4044
* [Internal] Improved smoke tests workflow
4145

4246
## 0.10.2
43-
* Fixed security vulnerabilities ([#1050](https://github.com/microsoft/vscode-react-native/pull/1050), [#1052](https://github.com/microsoft/vscode-react-native/pull/1052)), [#1055](https://github.com/microsoft/vscode-react-native/pull/1055))
47+
* Fixed security vulnerabilities ([#1050](https://github.com/microsoft/vscode-react-native/pull/1050), [#1052](https://github.com/microsoft/vscode-react-native/pull/1052), [#1055](https://github.com/microsoft/vscode-react-native/pull/1055))
4448
* Fixed readme markup ([#1051](https://github.com/microsoft/vscode-react-native/pull/1051))
4549

4650
## 0.10.1

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.13.1",
4+
"version": "0.13.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
@@ -1322,7 +1322,7 @@ SOFTWARE.
13221322

13231323
-------------------------------------------------------------------
13241324

1325-
vscode-nls 4.1.1 - MIT
1325+
vscode-nls 3.2.2 - MIT
13261326
https://github.com/Microsoft/vscode-nls#readme
13271327
Copyright (c) Microsoft Corporation.
13281328

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

13501350
-------------------------------------------------------------------
13511351

1352-
vscode-nls 3.2.2 - MIT
1352+
vscode-nls 4.1.1 - MIT
13531353
https://github.com/Microsoft/vscode-nls#readme
13541354
Copyright (c) Microsoft Corporation.
13551355

@@ -1395,7 +1395,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
13951395

13961396
-------------------------------------------------------------------
13971397

1398-
ws 6.2.1 - MIT
1398+
ws 3.3.3 - MIT
13991399
https://github.com/websockets/ws
14001400
Copyright (c) 2011 Einar Otto Stangvik <[email protected]>
14011401

@@ -1426,7 +1426,7 @@ SOFTWARE.
14261426

14271427
-------------------------------------------------------------------
14281428

1429-
ws 3.3.3 - MIT
1429+
ws 6.2.1 - MIT
14301430
https://github.com/websockets/ws
14311431
Copyright (c) 2011 Einar Otto Stangvik <[email protected]>
14321432

0 commit comments

Comments
 (0)