Skip to content

Commit 33bb3a0

Browse files
committed
chore: v6.7.4
1 parent 788ac88 commit 33bb3a0

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ test/
2424
test-scripts/
2525
.vscode
2626
lib/common/test/
27+
lib/common/docs/fonts
2728
coverage/
2829
scratch/
2930
*.suo

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [6.7.4](https://github.com/NativeScript/nativescript-cli/compare/v6.7.0...v6.7.4) (2020-05-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **chrome:** new debug url with chrome ([#5319](https://github.com/NativeScript/nativescript-cli/issues/5319)) ([788ac88](https://github.com/NativeScript/nativescript-cli/commit/788ac8895981eb8a60d117effa73e4dd8e115a16))
7+
* **node:** full node 14 support ([4c005ca](https://github.com/NativeScript/nativescript-cli/commit/4c005caf2731d1ba489aa6a854bca3d3d5d7e154))
8+
9+
10+
111
# [6.7.0](https://github.com/NativeScript/nativescript-cli/compare/v6.5.1...v6.7.0) (2020-05-30)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nativescript",
33
"preferGlobal": true,
4-
"version": "6.7.2",
4+
"version": "6.7.4",
55
"author": "Telerik <[email protected]>",
66
"description": "Command-line interface for building NativeScript projects",
77
"bin": {

0 commit comments

Comments
 (0)