Repository: cordova-cli Updated Branches: refs/heads/master b876e6b20 -> fc692355c
CB-13380 Updated version and RELEASENOTES.md for release 7.1.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/cc5cb8a6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/cc5cb8a6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/cc5cb8a6 Branch: refs/heads/master Commit: cc5cb8a6e81c55d11425f3d6ce6a5e62e06e36a3 Parents: b876e6b Author: Steve Gill <[email protected]> Authored: Thu Oct 5 12:18:29 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Thu Oct 5 12:18:29 2017 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 9 +++++++++ package.json | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/cc5cb8a6/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ac68e92..ed416d0 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. http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/cc5cb8a6/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index c0af659..345b23c 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", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
