CB-14152 Update version, RELEASENOTES.md for 4.2.4
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 50056df..8d94a95 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,12 @@
 -->
 ## Release Notes for Cordova JS ##
 
+### 4.2.4 (Jun 21, 2018)
+* [CB-9366](https://issues.apache.org/jira/browse/CB-9366) log error.stack
+* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) `package.json` resolve `npm audit` warnings in devDependencies
+* [CB-14155](https://issues.apache.org/jira/browse/CB-14155) fix btest build target (by using express instead of connect in devDependencies)
+* Other test fixes
+
 ### 4.2.3 (Jun 18, 2018)
 * [CB-13501](https://issues.apache.org/jira/browse/CB-13501) add support for node 8
 
diff --git a/package.json b/package.json
index 67b2dde..5940e96 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "engines": {
     "node": ">=4.0.0"
   },
-  "version": "4.2.4-dev",
+  "version": "4.2.4",
   "homepage": "http://cordova.apache.org",
   "repository": {
     "type": "git",