Skip to content

Commit a03236a

Browse files
etatanovaRedMickey
andauthored
Prepare for 1.7.0 (#1672)
* Bumped extension version to 1.7.0 * Added description of changes to CHANGELOG.md file * Updated Third Party Notices Co-authored-by: RedMickey <[email protected]>
1 parent ec23040 commit a03236a

File tree

4 files changed

+255
-245
lines changed

4 files changed

+255
-245
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.7.0
2+
* Fixed forwarding security certificates for Network inspector on Windows [#1661](https://github.com/microsoft/vscode-react-native/pull/1661)
3+
* Improved Expo dependencies management: moved [configuration](https://github.com/microsoft/vscode-react-native#configure-dependencies-versions-for-debugging-expo-projects) of all packages versions to the `react-native.expo.dependencies` parameter [#1665](https://github.com/microsoft/vscode-react-native/pull/1665)
4+
* Bumped versions of Expo dependencies to the most recent ones [#1676](https://github.com/microsoft/vscode-react-native/pull/1676)
5+
* Improved extension security [#1658](https://github.com/microsoft/vscode-react-native/pull/1658), [#1670](https://github.com/microsoft/vscode-react-native/pull/1670)
6+
* Internal changes:
7+
* Migrated to async/await API [#1637](https://github.com/microsoft/vscode-react-native/pull/1637)
8+
* Updated WebdriverIO version in smoke tests to the latest [#1662](https://github.com/microsoft/vscode-react-native/pull/1662)
9+
10+
111
## 1.6.1
212
* Improved error logging on debugging [#1633](https://github.com/microsoft/vscode-react-native/pull/1633)
313
* Improved parsing of `sdk.dir` parameter in Android `local.properties` [#1643](https://github.com/microsoft/vscode-react-native/pull/1643)

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": "1.6.1",
4+
"version": "1.7.0",
55
"private": true,
66
"publisher": "msjsdiag",
77
"icon": "images/icon.png",

0 commit comments

Comments
 (0)