Skip to content

Commit

Permalink
CB-13380 Updated version and RELEASENOTES.md for release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Oct 5, 2017
1 parent b876e6b commit cc5cb8a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit cc5cb8a

Please sign in to comment.