Repository: cordova-cli
Updated Branches:
  refs/heads/master d4d3389a7 -> f9b517ae8


CB-12358 Updated version and RELEASENOTES.md for release 6.5.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/1d8d6bb8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/1d8d6bb8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/1d8d6bb8

Branch: refs/heads/master
Commit: 1d8d6bb8b7a08d0ed26fd3d2fba09dfa8bc9c827
Parents: d4d3389
Author: Steve Gill <stevengil...@gmail.com>
Authored: Tue Jan 17 15:33:04 2017 -0800
Committer: Steve Gill <stevengil...@gmail.com>
Committed: Tue Jan 17 15:33:04 2017 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 3 +++
 package.json    | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/1d8d6bb8/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f0fba0c..b4b54e9 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Cordova-cli Release Notes
 
+### 6.5.0 (Jan 17, 2017)
+* [CB-12018](https://issues.apache.org/jira/browse/CB-12018) : updated tests 
to function with `jasmine` instead of `jasmine-node`
+
 ### 6.4.0 (Oct 21, 2016)
 * [CB-12039](https://issues.apache.org/jira/browse/CB-12039) updated 
`cordova-lib` to `6.4.0`
 * [CB-11976](https://issues.apache.org/jira/browse/CB-11976) Updated 
`package.json` engine key

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/1d8d6bb8/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 0c02e53..ddf68d0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "6.4.1-dev",
+  "version": "6.5.0",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -30,8 +30,8 @@
     "cli"
   ],
   "dependencies": {
-    "cordova-common": "1.5.x",
-    "cordova-lib": "6.4.0",
+    "cordova-common": "2.0.0",
+    "cordova-lib": "6.5.0",
     "insight": "~0.8.2",
     "nopt": "3.0.1",
     "q": "1.0.1",


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

Reply via email to