CB-13674 Updated version and RELEASENOTES.md for release 1.3.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 03d5740..10899ec 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Cordova-fetch Release Notes
 
+### 1.3.0 (Dec 14, 2017)
+* [CB-13055](https://issues.apache.org/jira/browse/CB-13055): added workaround for when `jsonDiff` has more than one different key. 
+* Support git shortlink package references
+
 ### 1.2.1 (Oct 27, 2017)
 * [CB-13504](https://issues.apache.org/jira/browse/CB-13504) updating `package.json` versions for cordova-fetch 1.2.1 release
 * [CB-13501](https://issues.apache.org/jira/browse/CB-13501) : added support for node 8
diff --git a/package.json b/package.json
index 54c0697..3ea1f86 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "1.2.2-dev",
+  "version": "1.3.0",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": {
@@ -21,7 +21,7 @@
     "email": "dev@cordova.apache.org"
   },
   "dependencies": {
-    "cordova-common": "2.1.1",
+    "cordova-common": "^2.2.0",
     "dependency-ls": "^1.1.0",
     "hosted-git-info": "^2.5.0",
     "is-url": "^1.2.1",