From 5c57f09e7502e98a4a17bf23024affad831de80c Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Thu, 14 Dec 2017 11:43:55 -0800 Subject: [PATCH] CB-13674 Updated version and RELEASENOTES.md for release 1.3.0 --- RELEASENOTES.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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",