From cc5cb8a6e81c55d11425f3d6ce6a5e62e06e36a3 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Thu, 5 Oct 2017 12:18:29 -0700 Subject: [PATCH] CB-13380 Updated version and RELEASENOTES.md for release 7.1.0 --- RELEASENOTES.md | 9 +++++++++ package.json | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ac68e9219..ed416d08e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,15 @@ --> # Cordova-cli Release Notes +### 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 +* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) Added `eslint` and removed `jshint` +* [CB-12862](https://issues.apache.org/jira/browse/CB-12862) Added `searchpath` as a config option +* [CB-12762](https://issues.apache.org/jira/browse/CB-12762) point `package.json` repo items to github mirrors instead of apache repos site +* [CB-12693](https://issues.apache.org/jira/browse/CB-12693) Included examples for `Browserify`, `fetch`, and `autosave` and include options with a more detailed description. +* [CB-12901](https://issues.apache.org/jira/browse/CB-12901) removed `.raw` from `cordova-lib` calls + ### 7.0.1 (May 08, 2017) * [CB-12769](https://issues.apache.org/jira/browse/CB-12769): Updated `cordova-lib` dependency to 7.0.1. diff --git a/package.json b/package.json index c0af6596a..345b23c71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova", - "version": "7.0.2-dev", + "version": "7.1.0", "preferGlobal": true, "description": "Cordova command line interface tool", "main": "cordova", @@ -31,8 +31,8 @@ ], "dependencies": { "configstore": "2.1.0", - "cordova-common": "2.0.3", - "cordova-lib": "7.0.1", + "cordova-common": "2.1.1", + "cordova-lib": "7.1.0", "editor": "1.0.0", "insight": "0.8.2", "nopt": "3.0.1",