diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e275b7b..643b7cc62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.13.0 +* Support react-native and expo doctor in command palette [#2116](https://github.com/microsoft/vscode-react-native/pull/2116) +* Skip extra commas for getting workspace settings [#2113](https://github.com/microsoft/vscode-react-native/pull/2113) +* Support .cjs metro config file [#2103](hhttps://github.com/microsoft/vscode-react-native/pull/2103) +* Remove all Experimental tags for Hermes debugging [#2094](https://github.com/microsoft/vscode-react-native/issues/2094) +* Support default breakpoints filters for exceptions [#2097](https://github.com/microsoft/vscode-react-native/pull/2097) +* Update package and software version for each doc [#2093](https://github.com/microsoft/vscode-react-native/pull/2093) +* Internal changes: + * Fix security vulnerabilities + * Bump ip from 1.1.5 to 1.1.9 [#2112](https://github.com/microsoft/vscode-react-native/pull/2112) + * Bump JSON5 1.0.1 to 1.0.2, 2.x.x to 2.2.2 [#2106](https://github.com/microsoft/vscode-react-native/pull/2106) + * Bump follow-redirects from 1.15.2 to 1.15.4 [#2095](https://github.com/microsoft/vscode-react-native/pull/2095) + * Verify node version when start RN packager [#2099](https://github.com/microsoft/vscode-react-native/pull/2099) + * Improve metro config verification logic [#2100](https://github.com/microsoft/vscode-react-native/pull/2100) + ## 1.12.3 * Handle settings file for unsaved workspace [#2077](https://github.com/microsoft/vscode-react-native/pull/2077) * Documentation: debugging in vscode workspace [#2075](https://github.com/microsoft/vscode-react-native/pull/2075) diff --git a/package-lock.json b/package-lock.json index 18e1b83ab..233928e30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-react-native", - "version": "1.12.3", + "version": "1.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-react-native", - "version": "1.12.3", + "version": "1.13.0", "license": "%reactNative.license%", "dependencies": { "@vscode/debugadapter": "^1.63.0", diff --git a/package.json b/package.json index f85d86309..55cfd10af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-react-native", "displayName": "React Native Tools", - "version": "1.12.3", + "version": "1.13.0", "private": true, "publisher": "msjsdiag", "icon": "resources/images/icon.png",