You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/12/14 21:44:30 UTC

[cordova-cli] 01/02: CB-13674 Updated version and RELEASENOTES.md for release 8.0.0

This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git

commit 0aacb29a6ebd51e8bdc633a7a107ff2d9302baf3
Author: Steve Gill <st...@gmail.com>
AuthorDate: Thu Dec 14 11:43:55 2017 -0800

    CB-13674 Updated version and RELEASENOTES.md for release 8.0.0
---
 RELEASENOTES.md | 6 ++++++
 package.json    | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ed416d0..447d360 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,12 @@
 -->
 # Cordova-cli Release Notes
 
+### 8.0.0 (Dec 14, 2017)
+* [CB-13055](https://issues.apache.org/jira/browse/CB-13055): removed `--nofetch` flag
+* Use native Promises instead of `Q`
+* [CB-12853](https://issues.apache.org/jira/browse/CB-12853): re-check version before notifying.
+* [CB-13501](https://issues.apache.org/jira/browse/CB-13501): updated to include node 8 to tests
+
 ### 7.1.0 (Oct 04, 2017)
 * [CB-13303](https://issues.apache.org/jira/browse/CB-13303) added `--noprod` and `--production` flags as options, `--noprod` turns off our auto adding of `--production` flag
 * [CB-13353](https://issues.apache.org/jira/browse/CB-13353) added `--save-exact` flag to cli and unit test
diff --git a/package.json b/package.json
index d8eaf33..7be48c6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "7.1.1-dev",
+  "version": "8.0.0",
   "preferGlobal": true,
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -32,7 +32,7 @@
   "dependencies": {
     "configstore": "2.1.0",
     "cordova-common": "^2.2.0",
-    "cordova-lib": "7.1.0",
+    "cordova-lib": "8.0.0",
     "editor": "1.0.0",
     "insight": "0.8.4",
     "nopt": "3.0.1",

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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