You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/05/02 00:05:49 UTC

[4/9] cordova-lib git commit: CB-12747 Updated version and RELEASENOTES.md for release 1.1.0

CB-12747 Updated version and RELEASENOTES.md for release 1.1.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/24e9ab48
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/24e9ab48
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/24e9ab48

Branch: refs/heads/master
Commit: 24e9ab48f25845fdb6d091fb3ae99922fc0b590b
Parents: f963fde
Author: Steve Gill <st...@gmail.com>
Authored: Tue May 2 01:17:35 2017 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Tue May 2 01:17:35 2017 +0200

----------------------------------------------------------------------
 cordova-fetch/RELEASENOTES.md | 4 ++++
 cordova-fetch/package.json    | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/24e9ab48/cordova-fetch/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-fetch/RELEASENOTES.md b/cordova-fetch/RELEASENOTES.md
index b788425..a3c3b6e 100644
--- a/cordova-fetch/RELEASENOTES.md
+++ b/cordova-fetch/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Cordova-fetch Release Notes
 
+### 1.1.0 (May 02, 2017)
+* [CB-12665](https://issues.apache.org/jira/browse/CB-12665): removed `enginestrict` since it is deprecated
+* added support for dealing with local path targets
+
 ### 1.0.2 (Jan 17, 2017)
 * [CB-12358](https://issues.apache.org/jira/browse/cb-12358) updated cordova-common dep for cordova-fetch to 2.0.0
 

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/24e9ab48/cordova-fetch/package.json
----------------------------------------------------------------------
diff --git a/cordova-fetch/package.json b/cordova-fetch/package.json
index bd6c438..393e51f 100644
--- a/cordova-fetch/package.json
+++ b/cordova-fetch/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "1.0.3",
+  "version": "1.1.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.0.2",
+    "cordova-common": "2.0.3",
     "dependency-ls": "^1.1.0",
     "is-url": "^1.2.1",
     "q": "^1.4.1",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org