CB-14138: Update version and RELEASENOTES.md for release 2.2.4
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index bc4fe14..51d1580 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,12 @@
 -->
 # Cordova-common Release Notes
 
+### 2.2.4 (June 15, 2018)
+
+* Revert change to update dependencies in package.json (needed to resolve issues with cordova-ios@4)
+* Revert change to use strip-bom package to strip BOM
+* Continue to use plist@^3.0.1 in package.json
+
 ### 2.2.3 (June 1, 2018)
 * Revert a minor refactoring that was incompatible with NodeJS 4.x. No change to functionality.
 
diff --git a/package.json b/package.json
index ec82459..10d518e 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-common",
   "description": "Apache Cordova tools and platforms shared routines",
   "license": "Apache-2.0",
-  "version": "2.2.4-dev",
+  "version": "2.2.4",
   "repository": {
     "type": "git",
     "url": "https://github.com/apache/cordova-common"