Repository: cordova-js Updated Branches: refs/heads/master 9ae111bd2 -> ff66178b1
CB-13380 Updated version and RELEASENOTES.md for release 4.2.2 Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/f03c7971 Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/f03c7971 Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/f03c7971 Branch: refs/heads/master Commit: f03c7971c257ecdf781ee2d2154b0820d5b6beee Parents: 9ae111b 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 | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/f03c7971/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index dfc236f..6bfa48f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,15 @@ --> ## Release Notes for Cordova JS ## +### 4.2.2 (Oct 04, 2017) +* [CB-12017](https://issues.apache.org/jira/browse/CB-12017) updated dependencies for `Browserify` +* [CB-12762](https://issues.apache.org/jira/browse/CB-12762) point `package.json` repo items to github mirrors instead of apache repos +* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) added `eslint` to repo +* [CB-13232](https://issues.apache.org/jira/browse/CB-13232) added test for cordova's unique local style require +* [CB-8990](https://issues.apache.org/jira/browse/CB-8990) bump nodejs requirement to 4.0.0+ +* [CB-12847](https://issues.apache.org/jira/browse/CB-12847) added `bugs` entry to `package.json`. +* [CB-12748](https://issues.apache.org/jira/browse/CB-12748) Update CI to test node 4 and 6 + ### 4.2.1 (Jan 17, 2017) * [CB-12358](https://issues.apache.org/jira/browse/CB-12358) updated deps for release http://git-wip-us.apache.org/repos/asf/cordova-js/blob/f03c7971/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index d010c90..f97c667 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "engines": { "node": ">=4.0.0" }, - "version": "4.2.2-dev", + "version": "4.2.2", "homepage": "http://cordova.apache.org", "repository": { "type": "git", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
