Skip to content

Commit 71e7fb1

Browse files
Merge pull request #5243 from NativeScript/vladimirov/merge-rel-master
chore: merge release in master
2 parents 5028a96 + 416ee68 commit 71e7fb1

File tree

3 files changed

+38
-17
lines changed

3 files changed

+38
-17
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ NativeScript CLI Changelog
1717

1818
* [Fixed #5187](https://github.com/NativeScript/nativescript-cli/issues/5187): Inaccessible native source code without modulemap
1919
* [Fixed #5239](https://github.com/NativeScript/nativescript-cli/issues/5239): Temporary files created by CLI are not deleted in some cases
20+
* [Fixed #5242](https://github.com/NativeScript/nativescript-cli/issues/5242): Java 13 is not supported, but doctor does not detect it
2021

2122

2223
6.3.3 (2020, January 13)

npm-shrinkwrap.json

+35-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"mkdirp": "0.5.1",
6161
"mute-stream": "0.0.5",
6262
"nativescript-dev-xcode": "0.2.1",
63-
"nativescript-doctor": "1.12.0",
63+
"nativescript-doctor": "1.13.0",
6464
"nativescript-preview-sdk": "0.3.4",
6565
"open": "6.0.0",
6666
"ora": "2.0.0",
@@ -141,4 +141,4 @@
141141
"engines": {
142142
"node": ">=10.0.0 <14.0.0"
143143
}
144-
}
144+
}

0 commit comments

Comments
 (0)