You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by au...@apache.org on 2017/10/27 23:12:53 UTC

[5/6] cordova-fetch git commit: CB-13504 Updated version and RELEASENOTES.md for release 1.2.1

CB-13504 Updated version and RELEASENOTES.md for release 1.2.1


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

Branch: refs/heads/1.2.x
Commit: 01706153bf07d466f9f9ecbd61ff1ef41ac0d792
Parents: 7f562a7
Author: Audrey So <au...@apache.org>
Authored: Fri Oct 27 15:05:46 2017 -0700
Committer: Audrey So <au...@apache.org>
Committed: Fri Oct 27 15:05:46 2017 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 6 ++++++
 package.json    | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-fetch/blob/01706153/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8ddc65a..03d5740 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,12 @@
 -->
 # Cordova-fetch Release Notes
 
+### 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
+* [CB-13492](https://issues.apache.org/jira/browse/CB-13492) : updating opts.save and including a tests for no-save
+* [CB-13380](https://issues.apache.org/jira/browse/CB-13380) Incremented package version to -dev
+
 ### 1.2.0 (Oct 04, 2017)
 * [CB-13353](https://issues.apache.org/jira/browse/CB-13353) added `saveexact` as an option and updated fetch test
 * [CB-13308](https://issues.apache.org/jira/browse/CB-13308), [CB-13252](https://issues.apache.org/jira/browse/CB-13252) fix issue with plugins turning into symlinks on restore

http://git-wip-us.apache.org/repos/asf/cordova-fetch/blob/01706153/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f988fce..42d3b21 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "1.2.1-dev",
+  "version": "1.2.1",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": {


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