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 2018/12/20 02:39:26 UTC

[cordova-app-hello-world] 01/02: GH-10 Updated version and RELEASENOTES.md for release 4.0.0

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-app-hello-world.git

commit f6eb52a6b06bd1c57afeca25dabe96e6d79de614
Author: エリス <el...@gmail.com>
AuthorDate: Thu Dec 20 10:48:17 2018 +0900

    GH-10 Updated version and RELEASENOTES.md for release 4.0.0
---
 RELEASENOTES.md | 8 ++++++++
 package.json    | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 04204a4..6b4d189 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,14 @@
 -->
 # Release Notes
 
+### 4.0.0 (Dec 20, 2018)
+* Absorb cordova-template-reference (#24)
+* Slight CSS modernization & use system fonts
+* [CB-12886](https://issues.apache.org/jira/browse/CB-12886) Fix for safe-area handling on **iOS** 11+
+* [CB-14098](https://issues.apache.org/jira/browse/CB-14098) Remove unused res folder
+* [CB-12397](https://issues.apache.org/jira/browse/CB-12397) fix .gitignore for plugins & platforms
+* [CB-12762](https://issues.apache.org/jira/browse/CB-12762) point `package.json` repo items to github instead of apache mirrors site
+
 ### 3.11.0 (Sep 29, 2016)
 * [CB-11938](https://issues.apache.org/jira/browse/CB-11938) updated csp to include content: for img-src
 * [CB-11412](https://issues.apache.org/jira/browse/CB-11412) Update templates to designate template source dir
diff --git a/package.json b/package.json
index f2a546f..42fb1a5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-app-hello-world",
-  "version": "3.11.1-dev",
+  "version": "4.0.0",
   "description": "This is the hello world app used by the `cordova create` command.",
   "repository": {
     "type": "git",


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