Repository: cordova-cli
Updated Branches:
  refs/heads/master 6afc64ba4 -> 89ce10cb7


CB-11260 Updated version and RELEASENOTES.md for release 6.2.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/bf6d5339
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/bf6d5339
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/bf6d5339

Branch: refs/heads/master
Commit: bf6d53397ef22359b9c65cdc06c3b88c0853b74c
Parents: 6afc64b
Author: Steve Gill <stevengil...@gmail.com>
Authored: Thu May 12 17:42:51 2016 -0700
Committer: Steve Gill <stevengil...@gmail.com>
Committed: Thu May 12 17:42:51 2016 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 9 +++++++++
 package.json    | 8 ++++----
 2 files changed, 13 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/bf6d5339/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index eb5a4a8..ce94254 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,15 @@
 -->
 # Cordova-cli Release Notes
 
+### 6.2.0 (May 12, 2016)
+* [Telemetry](https://github.com/apache/cordova-cli/pull/247) Added telemetry 
to cordova-cli to collect data for data driven development
+* CB-11250 Fix CLI tests verifying the version
+* CB-9858 added `--fetch` option
+* CB-10986 Adding note about scoped npm packages for plugins
+* CB-11042 Add cordova run option to skip prepare
+* CB-10062 Error: `EACCES: permission denied - update-notifier-cordova.json`
+* CB-10679 Documenting how the CLI chooses plugin versions
+
 ### 6.1.1 (Mar 29, 2016)
 * CB-10980 Updated cordova-lib dependency to 6.1.1
 

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/bf6d5339/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index a5c788a..5c024d3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova",
-    "version": "6.2.0-dev",
+    "version": "6.2.0",
     "preferGlobal": "true",
     "description": "Cordova command line interface tool",
     "main": "cordova",
@@ -29,8 +29,8 @@
         "cli"
     ],
     "dependencies": {
-        "cordova-lib": "6.1.0",
-        "cordova-common": "^1.1.0",
+        "cordova-lib": "6.2.0",
+        "cordova-common": "1.3.x",
         "q": "1.0.1",
         "nopt": "3.0.1",
         "underscore": "1.7.0",
@@ -143,4 +143,4 @@
         }
     ],
     "license": "Apache-2.0"
-}
\ No newline at end of file
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to