We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9471e9 commit ebab7bcCopy full SHA for ebab7bc
CHANGELOG.md
@@ -1,7 +1,14 @@
1
NativeScript CLI Changelog
2
================
3
4
-1.2.0 (2015, July 22)
+1.2.1 (2015, July 24)
5
+==
6
+
7
+### Fixed
8
9
+* [Fixed #690](https://github.com/NativeScript/nativescript-cli/issues/690): The `$ tns debug ios --debug-brk` command is not working.
10
11
+1.2.0 (2015, July 24)
12
==
13
14
### New
package.json
@@ -1,7 +1,7 @@
{
"name": "nativescript",
"preferGlobal": true,
- "version": "1.2.0",
+ "version": "1.2.1",
"author": "Telerik <support@telerik.com>",
"description": "Command-line interface for building NativeScript projects",
"bin": {
0 commit comments