You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/03/15 05:18:06 UTC

[cordova-electron] branch master updated: GH-10 Updated version and RELEASENOTES.md for release 1.0.2

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git


The following commit(s) were added to refs/heads/master by this push:
     new 66b33d1  GH-10 Updated version and RELEASENOTES.md for release 1.0.2
66b33d1 is described below

commit 66b33d18c7649f776cdf1c56691bbe0325a15cf2
Author: エリス <el...@gmail.com>
AuthorDate: Thu Mar 14 18:09:26 2019 +0900

    GH-10 Updated version and RELEASENOTES.md for release 1.0.2
---
 RELEASENOTES.md | 11 ++++++++++-
 package.json    |  2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d00bd8f..9aa658a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -19,12 +19,21 @@
 
 ## Release Notes for Cordova Electron
 
-### 1.0.1 (Mar 04, 2019)
+### 1.0.2 (Mar 15, 2019)
 
+* [GH-40](https://github.com/apache/cordova-electron/pull/40) Remove `temp` Dir After `create.spec.js` Test
+* [GH-39](https://github.com/apache/cordova-electron/pull/39) Added Missing License Header in `util.js`
+* [GH-38](https://github.com/apache/cordova-electron/pull/38) Support User Defined **Electron** Settings
+* [GH-37](https://github.com/apache/cordova-electron/pull/37) Remove `nodeIntegration` Warning by Setting Default to `false`
+* [GH-36](https://github.com/apache/cordova-electron/pull/36) Rename **Electron** Main Entry File
 * [GH-35](https://github.com/apache/cordova-electron/pull/35) Refactor `build.js` and Include Test Coverage
 * [GH-32](https://github.com/apache/cordova-electron/pull/32) Improve `temp` Folder Cleanup in `Api.spec.js`
 * [GH-33](https://github.com/apache/cordova-electron/pull/33) Update `cordova run` to Work with Pre-Cordova 9.x CLI
 
+### 1.0.1 (Mar 04, 2019)
+
+Version bump with no change.
+
 ### 1.0.0 (Feb 25, 2019)
 
 * [GH-30](https://github.com/apache/cordova-electron/pull/30) Asset Install Fix from Mobilespec Report
diff --git a/package.json b/package.json
index f6fa8e3..fa56efc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-electron",
-  "version": "1.1.0-dev",
+  "version": "1.0.2",
   "description": "electron apps as a target for cordova developers",
   "main": "bin/templates/cordova/Api.js",
   "bin": "bin/create",


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