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 2020/04/08 02:17:47 UTC

[cordova-app-hello-world] branch master updated: app-hello-world-5.0.0 Updated version and RELEASENOTES.md for release 5.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


The following commit(s) were added to refs/heads/master by this push:
     new 70084d1  app-hello-world-5.0.0 Updated version and RELEASENOTES.md for release 5.0.0
70084d1 is described below

commit 70084d1bab285e0066d0e520efdfacc0445b29f5
Author: Erisu <el...@gmail.com>
AuthorDate: Wed Apr 8 10:40:28 2020 +0900

    app-hello-world-5.0.0 Updated version and RELEASENOTES.md for release 5.0.0
---
 RELEASENOTES.md | 18 ++++++++++++++++++
 package.json    |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6b4d189..18f4f3e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,24 @@
 -->
 # Release Notes
 
+### 5.0.0 (Apr 08, 2020)
+
+* [GH-64](https://github.com/apache/cordova-app-hello-world/pull/64) doc(README): fix markdown lint warnings & add npm badge
+* [GH-62](https://github.com/apache/cordova-app-hello-world/pull/62) chore(git): ignores `node_modules` folder
+* [GH-61](https://github.com/apache/cordova-app-hello-world/pull/61) chore(npm): add ignore list & update package data
+* [GH-60](https://github.com/apache/cordova-app-hello-world/pull/60) refactor: transform `var` to `let` & `const`
+* [GH-43](https://github.com/apache/cordova-app-hello-world/pull/43) feature: dark mode
+* [GH-59](https://github.com/apache/cordova-app-hello-world/pull/59) style: update `config.xml`
+  * replace single quotation marks with double quotation mark
+  * capitalize `UTF-8`
+* [GH-58](https://github.com/apache/cordova-app-hello-world/pull/58) chore(index.html): add charset, prevent scaling, use default attributes
+* [GH-57](https://github.com/apache/cordova-app-hello-world/pull/57) Update `index.css`, fixes duplicated `env` right
+* [GH-55](https://github.com/apache/cordova-app-hello-world/pull/55) Simplify demo app JavaScript
+* [GH-56](https://github.com/apache/cordova-app-hello-world/pull/56) fix: move default plugin to `package.json`
+* [GH-52](https://github.com/apache/cordova-app-hello-world/pull/52) fix: remove unsupported hooks directory
+* [GH-50](https://github.com/apache/cordova-app-hello-world/pull/50) feat: ensure `.gitignore` file in generated app
+* Add or update GitHub pull request and issue template
+
 ### 4.0.0 (Dec 20, 2018)
 * Absorb cordova-template-reference (#24)
 * Slight CSS modernization & use system fonts
diff --git a/package.json b/package.json
index aa8110a..7cf11c7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-app-hello-world",
-  "version": "5.0.0-dev",
+  "version": "5.0.0",
   "description": "This is the hello world app used by the `cordova create` command.",
   "repository": "github:apache/cordova-app-hello-world",
   "bugs": "https://github.com/apache/cordova-app-hello-world/issues",


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