CB-13599 Updated version and RELEASENOTES.md for release 2.2.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 89593ea..faf7524 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Cordova-common Release Notes
 
+### 2.2.0 (Nov 22, 2017)
+* [CB-13471](https://issues.apache.org/jira/browse/CB-13471) File Provider fix belongs in cordova-common 
+* [CB-11244](https://issues.apache.org/jira/browse/CB-11244) Spot fix for upcoming `cordova-android@7` changes. https://github.com/apache/cordova-android/pull/389
+
 ### 2.1.1 (Oct 04, 2017)
 * [CB-13145](https://issues.apache.org/jira/browse/CB-13145) added `getFrameworks` to unit tests
 * [CB-13145](https://issues.apache.org/jira/browse/CB-13145) added variable replacing to framework tag
diff --git a/package.json b/package.json
index ea5b7c7..dfca27d 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.1.2-dev",
+  "version": "2.2.0",
   "repository": {
     "type": "git",
     "url": "https://github.com/apache/cordova-lib"
diff --git a/src/ConfigChanges/ConfigFile.js b/src/ConfigChanges/ConfigFile.js
index 1b6d134..ec4a28a 100644
--- a/src/ConfigChanges/ConfigFile.js
+++ b/src/ConfigChanges/ConfigFile.js
@@ -203,7 +203,7 @@
         return filepath;
     }
 
-    // special-case config.xml target that is just "config.xml" for other platforms. This should 
+    // special-case config.xml target that is just "config.xml" for other platforms. This should
     // be resolved to the real location of the file.
     // TODO: Move this out of cordova-common into platforms
     if (file === 'config.xml') {