diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab3d4838..eb7a6161e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.13.2 +* Added support for Haul packager 0.15 [#1166](https://github.com/microsoft/vscode-react-native/pull/1166) +* Fixed security vulnerability [#1165](https://github.com/microsoft/vscode-react-native/pull/1165) + ## 0.13.1 * Fixed command palette commands execution in cases when `projectRoot` has been customized [#1160](https://github.com/microsoft/vscode-react-native/pull/1160) @@ -40,7 +44,7 @@ * [Internal] Improved smoke tests workflow ## 0.10.2 -* 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)) +* 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)) * Fixed readme markup ([#1051](https://github.com/microsoft/vscode-react-native/pull/1051)) ## 0.10.1 diff --git a/package-lock.json b/package-lock.json index 00818fc6c..f47db8195 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-react-native", - "version": "0.13.1", + "version": "0.13.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 623b6b49b..e373337df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-react-native", "displayName": "React Native Tools", - "version": "0.13.1", + "version": "0.13.2", "private": true, "publisher": "msjsdiag", "icon": "images/icon.png", diff --git a/release/ThirdPartyNotices.txt b/release/ThirdPartyNotices.txt index dd3691fc7..a0f92fff6 100644 --- a/release/ThirdPartyNotices.txt +++ b/release/ThirdPartyNotices.txt @@ -1322,7 +1322,7 @@ SOFTWARE. ------------------------------------------------------------------- -vscode-nls 4.1.1 - MIT +vscode-nls 3.2.2 - MIT https://github.com/Microsoft/vscode-nls#readme Copyright (c) Microsoft Corporation. @@ -1349,7 +1349,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA ------------------------------------------------------------------- -vscode-nls 3.2.2 - MIT +vscode-nls 4.1.1 - MIT https://github.com/Microsoft/vscode-nls#readme Copyright (c) Microsoft Corporation. @@ -1395,7 +1395,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ------------------------------------------------------------------- -ws 6.2.1 - MIT +ws 3.3.3 - MIT https://github.com/websockets/ws Copyright (c) 2011 Einar Otto Stangvik @@ -1426,7 +1426,7 @@ SOFTWARE. ------------------------------------------------------------------- -ws 3.3.3 - MIT +ws 6.2.1 - MIT https://github.com/websockets/ws Copyright (c) 2011 Einar Otto Stangvik