diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b195cf35..f02cffd5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.6.4](https://github.com/NativeScript/nativescript-cli/compare/v8.6.3...v8.6.4) (2024-01-17) + + +### Bug Fixes + +* skip log-source-maps for large files ([#5780](https://github.com/NativeScript/nativescript-cli/issues/5780)) ([c53b4e9](https://github.com/NativeScript/nativescript-cli/commit/c53b4e9111f3da98547ec273c92a73ead89aca13)) + + + ## [8.6.1](https://github.com/NativeScript/nativescript-cli/compare/v8.6.0...v8.6.1) (2023-10-23) diff --git a/package-lock.json b/package-lock.json index a90298e2f3..d7dbe9d6af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nativescript", - "version": "8.6.2", + "version": "8.6.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nativescript", - "version": "8.6.2", + "version": "8.6.4", "bundleDependencies": [ "@npmcli/move-file", "stringify-package" diff --git a/package.json b/package.json index a60bdc4418..4466d0d611 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nativescript", "preferGlobal": true, - "version": "8.6.3", + "version": "8.6.4", "author": "NativeScript ", "description": "Command-line interface for building NativeScript projects", "bin": {