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 2016/09/30 01:42:45 UTC

[4/5] cordova-create git commit: CB-11931 Updated version and RELEASENOTES.md for release 1.0.1

CB-11931 Updated version and RELEASENOTES.md for release 1.0.1


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

Branch: refs/heads/1.0.x
Commit: a1c3ecda8b3bf6d6cd8b1be568f434b586050f75
Parents: b61f870
Author: Steve Gill <st...@gmail.com>
Authored: Thu Sep 29 18:21:10 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Sep 29 18:37:17 2016 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 5 ++++-
 package.json    | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-create/blob/a1c3ecda/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0cb1c09..49184fe 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,8 +20,11 @@
 -->
 # Cordova-create Release Notes
 
+### 1.0.1 (Sep 29, 2016)
+* removed stripping eventlisteners
+
 ### 1.0.0 (August 23, 2016)
-* CB-11623 added symlinking option
+* [CB-11623](https://issues.apache.org/jira/browse/CB-11623) added symlinking option
 * fixed jasmine custom matcher for `toExist`
 * updated jasmine dep, fixed caching issue with tests
 * added `travis` and `appveyor` support

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/a1c3ecda/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index fc8ef3c..1548bea 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-create",
-  "version": "1.0.1-dev",
+  "version": "1.0.1",
   "description": "Apache Cordova create module. Creates new project from default or template",
   "main": "index.js",
   "repository": {
@@ -25,7 +25,7 @@
   },
   "engineStrict": true,
   "dependencies": {
-    "cordova-app-hello-world": "^3.10.0",
+    "cordova-app-hello-world": "^3.11.0",
     "cordova-common": "^1.4.1",
     "cordova-fetch": "^1.0.1",
     "q": "1.0.1",


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